Skip to content

Commit 061dd39

Browse files
committed
Pin the continuous release action to a commit instead of to latest tag
1 parent 7ff54ec commit 061dd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
mv ./OpenJO-macos-arm64-Release-Non-Portable/* OpenJO-macos-arm64.tar.gz
299299
300300
- name: Create latest build
301-
uses: marvinpinto/action-automatic-releases@latest
301+
uses: marvinpinto/action-automatic-releases@d68defdd11f9dcc7f52f35c1b7c236ee7513bcc1 # latest
302302
with:
303303
repo_token: ${{ secrets.GITHUB_TOKEN }}
304304
automatic_release_tag: "latest"

0 commit comments

Comments
 (0)