Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
robmosca committed Jul 21, 2023
1 parent 015b737 commit 4df6b24
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
if [ $? -eq 1 ]; then
echo "No changeset found, publishing to NPM"
pnpm run release
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
Expand Up @@ -4,6 +4,12 @@

### Patch Changes

- Test patch

## 4.1.3

### Patch Changes

- Fix pushing of tags to GitHub on publish

## 4.1.2
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.3",
"version": "4.1.3-beta",
"main": "dist/import-map-overrides-server.js",
"type": "module",
"repository": "https://github.com/travelperk/import-map-overrides.git",
Expand Down

0 comments on commit 4df6b24

Please sign in to comment.