Skip to content

Commit 9ea3df3

Browse files
committed
uses: softprops/action-gh-release@v2 #v2.0.8
1 parent 51700a0 commit 9ea3df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
# ###############################################
9393
- name: create github release
9494
id: new_release
95-
uses: softprops/[email protected]
95+
uses: softprops/action-gh-release@v2 #v2.0.8
9696
# if: startsWith(github.ref, 'refs/tags/')
9797
with:
9898
name: latest

0 commit comments

Comments
 (0)