Skip to content

Commit

Permalink
Merge pull request #14 from trento-project/release-workflow
Browse files Browse the repository at this point in the history
corrected action-automatic-release versione
  • Loading branch information
Steven Stringer authored Jul 1, 2022
2 parents 22b3436 + 70dbc90 commit c48dec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
go-version: 1.18
- name: build
run: make
- uses: "marvinpinto/action-automatic-releases@1.2.1"
- uses: "marvinpinto/action-automatic-releases@v1.2.1"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
Expand Down

0 comments on commit c48dec2

Please sign in to comment.