Skip to content

Commit bcb202f

Browse files
committed
Run packaging step on bash
1 parent 6e098c2 commit bcb202f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
uses: gradle/actions/setup-gradle@v4
116116

117117
- name: Package
118+
shell: bash
118119
run: |
119120
latest_tag=$(git describe --tags --abbrev=0)
120121
echo "RELEASE_VERSION=$latest_tag" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)