Skip to content

Commit

Permalink
update check && dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw committed Mar 1, 2024
1 parent 2ca385f commit 44369a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
release:
if: ${{ contains(github.event.pull_request.labels.*.name, 'release dev tag') }}
if: ${{ github.event.label.name == 'release dev tag' }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prepare": "husky install",
"lint": "tsc --noEmit && prettier --loglevel warn --write . && eslint --fix .",
"copy-readme": "cp README.md dist/README.md",
"publish:ci": "pnpm publish && npx changeset tag && git push --follow-tags",
"publish:ci": "pnpm publish --dry-run && pnpm exec changeset tag && git push --follow-tags",
"lint-staged": "lint-staged"
},
"keywords": [],
Expand Down

0 comments on commit 44369a8

Please sign in to comment.