We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51700a0 commit 9ea3df3Copy full SHA for 9ea3df3
.github/workflows/docker-build.yaml
@@ -92,7 +92,7 @@ jobs:
92
# ###############################################
93
- name: create github release
94
id: new_release
95
- uses: softprops/[email protected]
+ uses: softprops/action-gh-release@v2 #v2.0.8
96
# if: startsWith(github.ref, 'refs/tags/')
97
with:
98
name: latest
0 commit comments