Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
2ue committed Jul 30, 2024
1 parent 3365c5f commit c704e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pre-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ jobs:
with:
filters: |
update:
- 'main/**'
- 'types/**'
- 'utils/**'
- 'src/**'
- README.md
- package.json
- rollup.config.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ jobs:
git add package.json
git commit -m "Bump version to ${{ env.TAG_NAME }}"
git tag -a "${{ env.TAG_NAME }}" -m "Release ${{ env.TAG_NAME }}"
git push origin main
git push origin master

0 comments on commit c704e45

Please sign in to comment.