We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4492b7a commit 98723acCopy full SHA for 98723ac
.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