Skip to content

Commit

Permalink
Merge pull request #85 from AstarNetwork/fix/workflow
Browse files Browse the repository at this point in the history
Update bump-version.yml
  • Loading branch information
ehsanhajian authored Oct 6, 2023
2 parents ee794db + 8f6cf76 commit ddf53ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 16
- run: npm version patch
- run: git push origin main --tags
- run: git push origin main --tags -f
- uses: actions/upload-artifact@v3
with:
name: src
Expand Down

0 comments on commit ddf53ea

Please sign in to comment.