Skip to content

Commit

Permalink
chore: create automated release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmoellerdev committed Oct 1, 2022
1 parent 1743f69 commit c25b7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y svu
- name: Determine Next Release Version and Set Tag
run: git tag "$(svu next)"
run: git tag "$(svu next --suffix=snapshot)"
- uses: goreleaser/goreleaser-action@v3
name: goreleaser
with:
Expand Down

0 comments on commit c25b7fb

Please sign in to comment.