Skip to content

Commit

Permalink
fix: update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lekhmanrus committed Nov 21, 2023
1 parent 2a878b0 commit df80a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
path: dist/ngx-multiple-dates-app
- name: get-npm-version
id: package-version
uses: martinbeentjes/npm-get-version-action@v1
uses: martinbeentjes/npm-get-version-action@v1.3.1
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand All @@ -107,7 +107,7 @@ jobs:
path: dist/ngx-multiple-dates
- name: get-npm-version
id: package-version
uses: martinbeentjes/npm-get-version-action@v1
uses: martinbeentjes/npm-get-version-action@v1.3.1
- name: Publish to NPM
working-directory: ./dist/ngx-multiple-dates
run: npm publish && npm dist-tag add ngx-multiple-dates@${{ steps.package-version.outputs.current-version }} stable
Expand Down

0 comments on commit df80a8c

Please sign in to comment.