Skip to content

Commit

Permalink
fix: fixed ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
veitbjarsch committed Jun 20, 2023
1 parent 0b144be commit a1ae1e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: npm run lint --max-warnings=0

build:
name: Build vue-leaflet-markercluster
name: Build package
runs-on: ubuntu-latest
needs: setup
steps:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
uses: actions/cache@v3
with:
path: ./*
key: ${{ runner.os }}-${{ github.ref }}-${{ github.sha }}-setup
key: ${{ runner.os }}-${{ github.ref }}-${{ github.sha }}-build

- name: Publish to NPM
uses: JS-DevTools/npm-publish@v2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.1] - 2023-06-20

- Fixed ci pipeline

## [0.1.0] - 2023-06-20

- Initial Release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-leaflet-markercluster",
"author": "Veit Bjarsch",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"private": false,
"sideEffects": false,
Expand Down

0 comments on commit a1ae1e0

Please sign in to comment.