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 5482943 commit 694ea66Copy full SHA for 694ea66
.github/workflows/release.yml
@@ -35,6 +35,9 @@ jobs:
35
- name: Build Types
36
run: yarn run build:types
37
38
+ - name: Generate archive
39
+ run: yarn workspace @girs/gnome-shell pack
40
+
41
- name: Publish
42
run: yarn workspace @girs/gnome-shell npm publish --tolerate-republish --access public --tag ${{github.event.release.prerelease && 'next' || 'latest'}} --provenance
43
env:
0 commit comments