Skip to content

Commit

Permalink
Minor fix for release script (facebook#5464)
Browse files Browse the repository at this point in the history
  • Loading branch information
acywatson authored and amanharwara committed Jan 18, 2024
1 parent 7eece8d commit 57b0449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
release:
runs-on: ubuntu-latest
if: endsWith(github.ref, '__release')
if: ${{ endsWith(github.ref, '__release') }}
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
Expand Down

0 comments on commit 57b0449

Please sign in to comment.