We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7254bf commit 9d1ba9eCopy full SHA for 9d1ba9e
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
34
# Create release
35
- name: Release
36
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
37
if: startsWith(github.ref, 'refs/tags/')
38
with:
39
name: "Configurator ${{github.ref_name}}"
0 commit comments