We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190b94e commit fd793faCopy full SHA for fd793fa
.github/workflows/release.yaml
@@ -60,7 +60,7 @@ jobs:
60
nfpm package -p deb --target "nfpm-pkg/"
61
62
- name: "Publish release"
63
- uses: "marvinpinto/action-automatic-releases@latest"
+ uses: "marvinpinto/action-automatic-releases@d68defdd11f9dcc7f52f35c1b7c236ee7513bcc1"
64
with:
65
repo_token: "${{ secrets.GITHUB_TOKEN }}"
66
automatic_release_tag: "${{ steps.get_version.outputs.version }}"
0 commit comments