mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-02 09:40:04 +00:00
CI: Pin action-automatic-releases to latest commit (#3423)
This commit is contained in:
parent
c12e7fcc0b
commit
0f5204b31e
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
- name: Create Preview Release
|
||||
if: github.ref == 'refs/heads/master'
|
||||
uses: "marvinpinto/action-automatic-releases@latest"
|
||||
uses: marvinpinto/action-automatic-releases@d68defdd11f9dcc7f52f35c1b7c236ee7513bcc1
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "preview"
|
||||
@ -76,7 +76,7 @@ jobs:
|
||||
|
||||
- name: Create Rolling Release
|
||||
if: github.ref == 'refs/heads/dev'
|
||||
uses: "marvinpinto/action-automatic-releases@latest"
|
||||
uses: marvinpinto/action-automatic-releases@d68defdd11f9dcc7f52f35c1b7c236ee7513bcc1
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "latest"
|
||||
|
Loading…
x
Reference in New Issue
Block a user