Skip to content

Commit 694ea66

Browse files
committed
Readd generate archive step
1 parent 5482943 commit 694ea66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Build Types
3636
run: yarn run build:types
3737

38+
- name: Generate archive
39+
run: yarn workspace @girs/gnome-shell pack
40+
3841
- name: Publish
3942
run: yarn workspace @girs/gnome-shell npm publish --tolerate-republish --access public --tag ${{github.event.release.prerelease && 'next' || 'latest'}} --provenance
4043
env:

0 commit comments

Comments
 (0)