Skip to content

Commit

Permalink
Change label for prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Mar 5, 2024
1 parent 1f53311 commit 5719c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js_rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
jobs:
release:
name: Release Candidate
if: ${{ contains( github.event.pull_request.labels.*.name, 'rc') }}
if: ${{ contains( github.event.pull_request.labels.*.name, 'js-rc') }}
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 5719c9e

Please sign in to comment.