Skip to content

Commit

Permalink
fix(ci): script to get release version
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed Apr 16, 2024
1 parent 7178b88 commit 975a4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
push-java-docker-image:
runs-on: ubuntu-latest
steps:
- run: echo "APP_VERSION=$(${{ github.event.release.name }} | cut -d'v' -f 2)" >> $GITHUB_ENV
- run: echo "APP_VERSION=$(echo ${{ github.event.release.name }} | cut -d'v' -f 2)" >> $GITHUB_ENV
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 975a4a4

Please sign in to comment.