Skip to content

Commit

Permalink
fixed automatic release action
Browse files Browse the repository at this point in the history
  • Loading branch information
fragolinux committed Aug 26, 2022
1 parent 6397a83 commit c33bad9
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 @@ -13,7 +13,7 @@ jobs:
name: "Release"
runs-on: "ubuntu-latest"
steps:
- uses: "marvinpinto/action-automatic-releases@1.21"
- uses: "marvinpinto/action-automatic-releases@v1.21"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false

0 comments on commit c33bad9

Please sign in to comment.