Skip to content

Commit

Permalink
go go go
Browse files Browse the repository at this point in the history
  • Loading branch information
faermanj committed Aug 3, 2022
1 parent 3abfb6f commit ad6ebc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Set release tag
run: echo "RELEASE_TAG=v$(date +%Y%m%d%H%M%S)" >> $GITHUB_EN
run: echo "RELEASE_TAG=v$(date +%Y%m%d%H%M%S)" >> $GITHUB_ENV

- name: Build uberjar
env:
Expand Down

0 comments on commit ad6ebc7

Please sign in to comment.