Skip to content

Commit

Permalink
feat: cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Adis Durakovic committed May 22, 2024
1 parent a2e62ab commit c7760b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
pnpm version minor
VERSION=$(pnpm version | grep adonis-autoswagger | grep -oP '([0-9\.])*')
git push --tags
git push && git push --tags

0 comments on commit c7760b6

Please sign in to comment.