Skip to content

Commit

Permalink
Merge pull request #88 from wasmerio/fix/auto-bump-package-version-wh…
Browse files Browse the repository at this point in the history
…en-deploying

autobump the package version when deploying the app
  • Loading branch information
syrusakbary authored Jun 5, 2024
2 parents 7ce2520 + 4e2cb75 commit f56fe95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:

# Publish to docs.wasmer.io
- name: Publish
run: wasmer deploy --publish-package --registry https://registry.wasmer.io/graphql --token=${{ secrets.WASMER_CIUSER_PROD_TOKEN }} --non-interactive
run: wasmer deploy --non-interactive --publish-package --bump --registry https://registry.wasmer.io/graphql --token=${{ secrets.WASMER_CIUSER_PROD_TOKEN }}
if: github.ref_name == github.event.repository.default_branch

0 comments on commit f56fe95

Please sign in to comment.