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 cfa0fff commit d0ba499Copy full SHA for d0ba499
.github/workflows/publish-release.yml
@@ -36,6 +36,7 @@ jobs:
36
echo "PACKAGE_BASENAME=$(find "$(pwd)/dist/" -type f -name '*.tar.bz2' | xargs -n 1 basename)" >> $GITHUB_ENV
37
echo "PACKAGE_PATH=$(find "$(pwd)/dist/" -type f -name '*.tar.bz2')" >> $GITHUB_ENV
38
- name: "Compute values"
39
+ shell: bash
40
run: |
41
TAG_NAME="${{ inputs.tag }}"
42
RELEASE_NAME="${{ inputs.release-name }}"
0 commit comments