Skip to content

Commit 77c91fa

Browse files
committed
use update Release action
1 parent 97486c7 commit 77c91fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
uses: actions/download-artifact@v3
226226
- name: Deploy Continuous
227227
if: github.ref == 'refs/heads/master'
228-
uses: "marvinpinto/action-automatic-releases@latest"
228+
uses: marvinpinto/action-automatic-releases@6273874b61ebc8c71f1a61b2d98e234cf389b303
229229
with:
230230
repo_token: "${{ secrets.DEPLOYTOKEN }}"
231231
automatic_release_tag: "continuous"
@@ -237,7 +237,7 @@ jobs:
237237
debian-artifacts/*
238238
- name: Deploy Release
239239
if: contains(github.ref, '/tags/v')
240-
uses: "marvinpinto/action-automatic-releases@latest"
240+
uses: marvinpinto/action-automatic-releases@6273874b61ebc8c71f1a61b2d98e234cf389b303
241241
with:
242242
repo_token: "${{ secrets.DEPLOYTOKEN }}"
243243
prerelease: false

0 commit comments

Comments
 (0)