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 b9d73c5 commit 4b2a733Copy full SHA for 4b2a733
.github/workflows/publish.yml
@@ -19,8 +19,8 @@ jobs:
19
git config --global user.email "${{github.actor}}@users.noreply.github.com"
20
git config --global user.name "${{github.actor}}"
21
22
- - run: npm version ${{ github.event.release.tag_name }}
23
- run: npm install
+ - run: npm version ${{ github.event.release.tag_name }}
24
- name: Create .env with github secrets and run script
25
run: |
26
touch .env
0 commit comments