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 546e1a8 commit 97d9e0aCopy full SHA for 97d9e0a
.github/workflows/version.yml
@@ -34,18 +34,8 @@ jobs:
34
uses: JS-DevTools/npm-publish@v1
35
with:
36
token: ${{ secrets.NPM_TOKEN }}
37
- release:
38
- runs-on: ubuntu-latest
39
- needs: npm
40
- steps:
41
- - uses: actions/checkout@v3
42
- - uses: actions/[email protected]
43
- with:
44
- node-version: 14.x
45
- - run: npm ci
46
- run: |
47
- export TAG=$(npm run env | grep npm_package_version | cut -d '=' -f 2)
48
- echo "TAG=$TAG" >> $GITHUB_ENV
+ echo "TAG=$(npm run env | grep npm_package_version | cut -d '=' -f 2)" >> $GITHUB_ENV
49
- name: Create Github Release
50
uses: actions/create-release@v1
51
env:
@@ -54,4 +44,4 @@ jobs:
54
tag_name: refs/tags/${{ env.TAG }}
55
release_name: Version ${{ env.TAG }}
56
body: Version ${{ env.TAG }}
57
-
+
0 commit comments