We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c8202 commit dba42beCopy full SHA for dba42be
.github/workflows/packsquash.yml
@@ -10,4 +10,13 @@ jobs:
10
with:
11
fetch-depth: 0 # A non-shallow repository clone is required
12
- name: Run PackSquash
13
- uses: ComunidadAylas/PackSquash-action@v3
+ uses: ComunidadAylas/PackSquash-action@v3
14
+ - name: Download optimized pack
15
+ uses: actions/download-artifact@v3
16
+ with:
17
+ name: Optimized pack
18
+ - name: Tag and create release
19
+ uses: softprops/action-gh-release@v1
20
21
+ tag_name: action-v${{ github.run_number }}
22
+ files: pack.zip
0 commit comments