Skip to content

Commit

Permalink
Allow re-publishing same version #207
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Aug 22, 2023
1 parent ec6d109 commit beaa0a9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ jobs:
id: pre-release-version
uses: adobe/[email protected]

- name: get-npm-version
id: package-version
uses: martinbeentjes/[email protected]

- uses: castlabs/[email protected]
id: versions
with:
version: ${{steps.package-version.outputs.current-version}}
token: ${{ secrets.GITHUB_TOKEN }}

- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit beaa0a9

Please sign in to comment.