Skip to content

Commit 98723ac

Browse files
authored
Update pack.yml
1 parent 4492b7a commit 98723ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
compress-archive -Path release_package -DestinationPath rmdup_${{github.ref_name}}.zip
3333
- name: Release
3434
uses: softprops/action-gh-release@v2
35-
#if: startsWith(github.ref, 'refs/tags/')
35+
if: startsWith(github.ref, 'refs/tags/')
3636
with:
3737
files: rmdup_${{github.ref_name}}.zip

0 commit comments

Comments
 (0)