Skip to content

Commit

Permalink
Fix push of tags on publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
robmosca committed Jul 21, 2023
1 parent a33db34 commit 015b737
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if [ $? -eq 1 ]; then
echo "No changeset found, publishing to NPM"
pnpm run release
git push --follow-tags origin travelperk
git push --tags origin travelperk
else
echo "Changeset found, skipping NPM publish"
fi
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @travelperksl/import-map-overrides

## 4.1.3

### Patch Changes

- Fix pushing of tags to GitHub on publish

## 4.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@travelperksl/import-map-overrides",
"version": "4.1.2",
"version": "4.1.3",
"main": "dist/import-map-overrides-server.js",
"type": "module",
"repository": "https://github.com/travelperk/import-map-overrides.git",
Expand Down

0 comments on commit 015b737

Please sign in to comment.