Skip to content

Commit

Permalink
Review CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielebarbaro committed Oct 27, 2024
1 parent 8ae53c4 commit 4a1d180
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,5 @@ jobs:
with:
commit_message: "📦 Bump a new version"
file_pattern: "package.json package-lock.json"

- name: Create and push tag
run: |
git tag "$VERSION"
git push origin "$VERSION"
env:
VERSION: ${{ env.version }}
tagging_message: "${{ env.version }}"
push_options: '--tags'

0 comments on commit 4a1d180

Please sign in to comment.