Skip to content

Commit

Permalink
Trying to fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-Schopp committed Nov 3, 2023
1 parent 0c63657 commit 81c4cf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- run: npm ci
- run: git config --global user.email "schopp@hbkworld.com"
- run: git config --global user.name "Florian Schopp"
- run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- run: echo ${{ env.RELEASE_VERSION }}
- run: npm version ${{ env.RELEASE_VERSION }}
- run: npm run build
- run: npm publish
Expand Down

0 comments on commit 81c4cf6

Please sign in to comment.