Skip to content

Commit

Permalink
Add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonBein authored Aug 25, 2023
1 parent 66132f4 commit 6fb5a96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml -DskipTests
env:
GITHUB_TOKEN: ${{ github.token }}

- name: Set Release version env variable
run: |
echo "RELEASE_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
- name: Prepare as .zip
run: |
Expand All @@ -55,4 +59,5 @@ jobs:
with:
artifacts: "scylla.zip"
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{env.RELEASE_VERSION}}

0 comments on commit 6fb5a96

Please sign in to comment.