Skip to content

Commit

Permalink
Read tag
Browse files Browse the repository at this point in the history
  • Loading branch information
julianghionoiu committed May 6, 2022
1 parent 91e9884 commit 7a46883
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
name: Create GitHub Release
runs-on: ubuntu-latest
steps:
- name: Read the tag var
id: create_tag
run: |
tag=$(basename "${{ github.ref }}")
echo "::set-output name=tag::$tag"
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 7a46883

Please sign in to comment.