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 60be3a2 commit 31401b8Copy full SHA for 31401b8
.github/workflows/publish.yml
@@ -39,13 +39,10 @@ jobs:
39
with:
40
node-version: ${{ env.NODE_VERSION }}
41
registry-url: "https://registry.npmjs.org"
42
- - name: Extract version from tag
43
- id: version
44
- run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
45
- name: Build npm package
46
run: deno task npm:build
47
env:
48
- VERSION: ${{ steps.version.outputs.VERSION }}
+ VERSION: ${{ github.ref_name }}
49
- name: Publish to npm
50
run: npm publish --provenance --access=public
51
working-directory: ./npm
0 commit comments