Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Review CI workflow
Browse files Browse the repository at this point in the history
danielebarbaro committed Oct 27, 2024
1 parent 8ae53c4 commit e6f34f6
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
@@ -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: "🔖 Release version ${{ env.version }}"
push_options: '--tags'

0 comments on commit e6f34f6

Please sign in to comment.