Skip to content

Commit

Permalink
Merge branch 'develop' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Aug 10, 2023
2 parents fcc0d0e + ff2ae0b commit 14ba921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git checkout -b "release-$VERSION"
git add -f dist/*
git add -f dist/* vendor/*
git commit --no-verify -m "Release $VERSION"
git tag "$VERSION"
git push --tags
Expand Down

0 comments on commit 14ba921

Please sign in to comment.