Skip to content

Commit

Permalink
chore: attempt push to main first before pushing tags incase push to …
Browse files Browse the repository at this point in the history
…main fails (#160)
  • Loading branch information
JamesLMilner authored Dec 30, 2023
1 parent a791968 commit 935f472
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/alpha-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
run: npm run release:alpha:changelog

- name: Push upstream
run: git push origin main

- name: Push tags upstream
run: git push origin main --tags

- run: npm publish
Expand Down

0 comments on commit 935f472

Please sign in to comment.