We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ce5c9 commit 4492b7aCopy full SHA for 4492b7a
.github/workflows/pack.yml
@@ -32,6 +32,6 @@ jobs:
32
compress-archive -Path release_package -DestinationPath rmdup_${{github.ref_name}}.zip
33
- name: Release
34
uses: softprops/action-gh-release@v2
35
- if: startsWith(github.ref, 'refs/tags/')
+ #if: startsWith(github.ref, 'refs/tags/')
36
with:
37
files: rmdup_${{github.ref_name}}.zip
0 commit comments