Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gafreax committed Nov 10, 2024
1 parent 1e6c3ab commit 8b05cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "📦 Bump a new version"
file_pattern: "package.json package-lock.json"
file_pattern: package.json package-lock.json
tagging_message: "${{ env.version }}"
push_options: '--tags'

0 comments on commit 8b05cac

Please sign in to comment.