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 cf6e16c commit 5482943Copy full SHA for 5482943
.github/workflows/release.yml
@@ -35,10 +35,7 @@ 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: npm publish ./packages/gnome-shell/package.tgz --tolerate-republish --access public --tag ${{github.event.release.prerelease && 'next' || 'latest'}} --provenance
+ run: yarn workspace @girs/gnome-shell npm publish --tolerate-republish --access public --tag ${{github.event.release.prerelease && 'next' || 'latest'}} --provenance
43
env:
44
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments