Skip to content

Commit

Permalink
adding git history
Browse files Browse the repository at this point in the history
  • Loading branch information
pirupius committed Jan 29, 2025
1 parent a2170dd commit 2129747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
node-version: '18'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn version --no-git-tag-version "$(node -e "console.log(require('semver').inc(require('./package.json').version, 'patch'))")-pre.${{ github.run_number }}"
- run: yarn version "$(node -e "console.log(require('semver').inc(require('./package.json').version, 'patch'))")-pre.${{ github.run_number }}"
- run: |
yarn config set npmAlwaysAuth true
yarn config set npmAuthToken ${{ secrets.NPM_AUTH_TOKEN }}
Expand Down

0 comments on commit 2129747

Please sign in to comment.