Skip to content

Commit ad7b23c

Browse files
committed
oops: fix
1 parent a98cbe7 commit ad7b23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
env:
183183
TAG: ${{ github.event.number }}-${{ github.event.pull_request.head.sha }}
184184
# We tag with the GitHub PR number
185-
NPM_TAG: ${ github.event.number }
185+
NPM_TAG: ${{ github.event.number }}
186186
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
187187
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
188188

0 commit comments

Comments
 (0)