Skip to content

Commit e4f62c2

Browse files
committed
chore: no need to restore the version
Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
1 parent 1659572 commit e4f62c2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,8 @@ jobs:
7070
run: |
7171
SHORT_SHA=$(git rev-parse --short "${{ github.event.workflow_run.head_sha }}")
7272
EA_VERSION="${{ steps.current-version.outputs.base-version }}-ea.${SHORT_SHA}"
73-
# Temporarily update version for publish
7473
npm version "$EA_VERSION" --no-git-tag-version
7574
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
7875
7976
publish-release:
8077
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)