Skip to content

Commit

Permalink
Run packaging step on bash
Browse files Browse the repository at this point in the history
  • Loading branch information
nightm4re94 committed Nov 27, 2024
1 parent 6e098c2 commit bcb202f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- name: Package
shell: bash
run: |
latest_tag=$(git describe --tags --abbrev=0)
echo "RELEASE_VERSION=$latest_tag" >> "$GITHUB_ENV"
Expand Down

0 comments on commit bcb202f

Please sign in to comment.