Skip to content

Commit f397d6f

Browse files
committed
Allow re-publishing same version #207
1 parent c412569 commit f397d6f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/build.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,9 @@ jobs:
3535
- run: npm run package-turf
3636

3737

38-
- name: get-npm-version
39-
id: package-version
40-
uses: martinbeentjes/npm-get-version-action@v1.3.1
41-
42-
- uses: castlabs/get-package-version-id-action@v2.0
43-
id: versions
44-
with:
45-
version: ${{steps.package-version.outputs.current-version}}
46-
token: ${{ secrets.GITHUB_TOKEN }}
38+
- name: Update your package.json with an npm pre-release version
39+
id: pre-release-version
40+
uses: adobe/update-prerelease-npm-version@v1.0.0
4741

4842
- run: npm publish
4943
env:

0 commit comments

Comments
 (0)