Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pablovilas committed Jun 9, 2024
1 parent d19584b commit aab6af0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ jobs:
# Prepare code to upload
npm install
npm run all
git config user.name github-actions
git config user.email github-actions@github.com
git add .
git commit -m "Version $VERSION"
git push origin main
# Create or update a Git tag with the version number
git tag -f -a "$VERSION" -m "Version $VERSION"
Expand Down

0 comments on commit aab6af0

Please sign in to comment.