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 f21c268 commit dc081feCopy full SHA for dc081fe
.github/workflows/publish-npm-sdk.yml
@@ -26,7 +26,6 @@ jobs:
26
if: github.event.inputs.tag == 'nightly'
27
working-directory: packages/sdk
28
run: |
29
- // if nightly tag
30
if [ "${{ github.event.inputs.tag }}" == "nightly" ]; then
31
CURRENT_VERSION=$(npm pkg get version | tr -d '"')
32
NIGHTLY_VERSION="${CURRENT_VERSION}-nightly-${GITHUB_SHA::7}"
@@ -35,7 +34,7 @@ jobs:
35
34
echo "VERSION=$(npm pkg get version | tr -d '"')" >> $GITHUB_OUTPUT
36
fi
37
outputs:
38
- NIGHTLY_VERSION: ${{ steps.set-publish-version.outputs.VERSION }}
+ VERSION: ${{ steps.set-publish-version.outputs.VERSION }}
39
40
publish-npm:
41
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@feat/publish-npm
0 commit comments