Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Oct 31, 2024
1 parent 8fce271 commit c013204
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_to_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:

jobs:
open-release:
name: Open release
runs-on: ubuntu-latest
outputs:
INITIAL_MASTER_POSITION: ${{ steps.create-tag.outputs.INITIAL_MASTER_POSITION }}
Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:
git push origin tag ${TAG}
deploy:
name: deploy
name: Deploy
needs: open-release
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -102,6 +103,7 @@ jobs:
# Cleanup on failure: https://stackoverflow.com/a/74562058/14731
on-failure:
name: On failure
needs: [ open-release, deploy ]
runs-on: ubuntu-latest
if: ${{ failure() || cancelled() }}
Expand Down

0 comments on commit c013204

Please sign in to comment.