Skip to content

Commit

Permalink
chore: rename release preview job to prevent confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Oct 27, 2024
1 parent 64d02b7 commit 562fac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-preview.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release
name: release-preview

on:
pull_request_review:
Expand All @@ -21,7 +21,7 @@ jobs:
with:
require: 'write'

preview:
publish:
# The approving user must pass the permissions check
# to trigger the preview publish.
needs: check
Expand Down

0 comments on commit 562fac9

Please sign in to comment.