Skip to content

Commit

Permalink
corrected action-automatic-release versione
Browse files Browse the repository at this point in the history
  • Loading branch information
sstringer committed Jul 1, 2022
1 parent cd8a430 commit 70dbc90
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 70dbc90

Please sign in to comment.