We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1659572 commit e4f62c2Copy full SHA for e4f62c2
1 file changed
.github/workflows/publish.yml
@@ -70,11 +70,8 @@ jobs:
70
run: |
71
SHORT_SHA=$(git rev-parse --short "${{ github.event.workflow_run.head_sha }}")
72
EA_VERSION="${{ steps.current-version.outputs.base-version }}-ea.${SHORT_SHA}"
73
- # Temporarily update version for publish
74
npm version "$EA_VERSION" --no-git-tag-version
75
npm publish --verbose --tag ea --access public --provenance
76
- # Restore original version
77
- npm version "${{ steps.current-version.outputs.base-version }}" --no-git-tag-version
78
79
publish-release:
80
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
0 commit comments