Skip to content

Commit

Permalink
fix: update prerelease.yml
Browse files Browse the repository at this point in the history
remove unused pre-release inputs
  • Loading branch information
shazron authored Jan 8, 2024
1 parent 3e449d6 commit 6f5732b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
uses: adobe/update-prerelease-npm-version@v1.1.0
with:
pre-release-tag: ${{ github.event.inputs.pre-release-tag }}
dependencies-to-update: ${{ github.event.inputs.dependencies-to-update }}
dependencies-to-update-version-tag: ${{ github.event.inputs.dist-tag }}
- run: echo pre-release-version - ${{ steps.pre-release-version.outputs.pre-release-version }}
- uses: JS-DevTools/npm-publish@v1
with:
Expand Down

0 comments on commit 6f5732b

Please sign in to comment.