We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03af7f3 commit ec6d109Copy full SHA for ec6d109
.github/workflows/build.yml
@@ -34,22 +34,9 @@ jobs:
34
- run: npm install
35
- run: npm run package-turf
36
37
- - name: get-npm-version
38
- id: package-version
39
- uses: martinbeentjes/npm-get-version-action@v1.3.1
40
-
41
- - uses: castlabs/get-package-version-id-action@v2.0
42
- id: versions
43
- with:
44
- version: ${{steps.package-version.outputs.current-version}}
45
- token: ${{ secrets.GITHUB_TOKEN }}
46
47
- - uses: actions/delete-package-versions@v2
48
- if: ${{ steps.versions.outputs.ids != '' }}
49
50
- package-version-ids: "${{ steps.versions.outputs.ids }}"
51
52
+ - name: Update your package.json with an npm pre-release version
+ id: pre-release-version
+ uses: adobe/update-prerelease-npm-version@v1.0.0
53
54
- run: npm publish
55
env:
0 commit comments