Skip to content

Commit

Permalink
Don't publish until build and tag pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
shu8 committed Jun 23, 2023
1 parent 7677cef commit a35b627
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ jobs:
git tag -a "$UCLAPI_VERSION" -m "$UCLAPI_VERSION"
git push
git push origin $UCLAPI_VERSION
publish:
name: "Publish JavaScript SDK to NPM"
runs-on: ubuntu-latest
needs: build

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a35b627

Please sign in to comment.