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 b4f83e2 commit 0c426f0Copy full SHA for 0c426f0
.github/workflows/publish-npm-sdk.yml
@@ -24,6 +24,8 @@ jobs:
24
CURRENT_VERSION=$(npm pkg get version | tr -d '"')
25
NIGHTLY_VERSION="${CURRENT_VERSION}-nightly-${GITHUB_SHA::7}"
26
echo "NIGHTLY_VERSION=${NIGHTLY_VERSION}" >> $GITHUB_OUTPUT
27
+ outputs:
28
+ NIGHTLY_VERSION: ${{ steps.set-publish-version.outputs.NIGHTLY_VERSION }}
29
30
publish-npm:
31
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@feat/publish-npm
0 commit comments