Skip to content

Commit

Permalink
Tag it
Browse files Browse the repository at this point in the history
  • Loading branch information
zastrowm committed Feb 4, 2024
1 parent c183773 commit 0e44b0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- name: git config
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: corepack enable
- run: yarn install
- run: yarn run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"release-it": {
"git": {
"requireCleanWorkingDir": false,
"tag": false,
"tag": true,
"commit": false,
"push": false
},
Expand Down

0 comments on commit 0e44b0f

Please sign in to comment.