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 2f0340a commit c742149Copy full SHA for c742149
.github/workflows/publish.yml
@@ -18,8 +18,8 @@ jobs:
18
registry-url: 'https://registry.npmjs.org'
19
scope: '@dvcorg'
20
- run: |
21
- gh release create $(basename ${{github.head_ref }}) --generate-notes
22
cd ./packages/gatsby-theme-iterative
+ gh release create v$(node -p "require('./package.json').version") --generate-notes
23
yarn publish
24
env:
25
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments