Skip to content

Commit

Permalink
[ADD] workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanHoHan committed Aug 10, 2023
1 parent c777714 commit 4e29592
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/develop-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
distribution: 'adopt'
- name: set version from on push tags
run: |
echo "VERSION=${{ github.event.inputs.tags }}" >> $GITHUB_ENV
TAG=${{ github.event.ref }}
VERSION=${TAG#refs/tags/}
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: create Github release
uses: actions/create-release@v1
with:
Expand Down

0 comments on commit 4e29592

Please sign in to comment.