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 f3a97ab commit d11ebf8Copy full SHA for d11ebf8
.github/workflows/version.yml
@@ -51,6 +51,6 @@ jobs:
51
git config --global user.name "${{ github.actor }}"
52
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
53
- name: npm version ${{ inputs.version }}
54
- run: echo "version=$(npm version ${{ inputs.version }}${{ startsWith(inputs.version, 'pre') && '--preid beta' || '' }})" >> "$GITHUB_ENV"
+ run: echo "version=$(npm version ${{ inputs.version }}${{ startsWith(inputs.version, 'pre') && ' --preid beta' || '' }})" >> "$GITHUB_ENV"
55
- name: git push
56
run: git push && git push origin ${{ env.version }}
0 commit comments