Skip to content

Commit 0c426f0

Browse files
committed
feat: expose NIGHTLY_VERSION output in npm publish workflow
1 parent b4f83e2 commit 0c426f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-npm-sdk.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
CURRENT_VERSION=$(npm pkg get version | tr -d '"')
2525
NIGHTLY_VERSION="${CURRENT_VERSION}-nightly-${GITHUB_SHA::7}"
2626
echo "NIGHTLY_VERSION=${NIGHTLY_VERSION}" >> $GITHUB_OUTPUT
27+
outputs:
28+
NIGHTLY_VERSION: ${{ steps.set-publish-version.outputs.NIGHTLY_VERSION }}
2729

2830
publish-npm:
2931
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@feat/publish-npm

0 commit comments

Comments
 (0)