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 60d18d0 commit 9d4e8c3Copy full SHA for 9d4e8c3
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
NPM_TOKEN_GITHUB: ${{ secrets.NPM_TOKEN_GITHUB }}
28
run: |
29
echo "//npm.pkg.github.com/:_authToken=${NPM_TOKEN_GITHUB}" > $HOME/.npmrc
30
- git config --global user.email "raccon@htmlacademy.ru"
+ git config --global user.email "github+racconbot@htmlacademy.ru"
31
git config --global user.name "racconbot"
32
33
- name: install dependencies
@@ -37,7 +37,7 @@ jobs:
37
- name: build packages
38
run: npm run build:prod
39
40
- - name: build packages
+ - name: version
41
42
VERSION=${GITHUB_REF##*/}
43
npm --no-git-tag-version version ${VERSION}
0 commit comments