Skip to content

Commit

Permalink
Release v0.0.4 (#6)
Browse files Browse the repository at this point in the history
* feat: export release on CI

* fix: tag environment variable in CI
  • Loading branch information
VassilisPallas authored Oct 23, 2023
1 parent d080687 commit 3b62925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
fetch-depth: 0
- run: git fetch --force --tags
- name: Set env
run: echo "RELEASE_VERSION=$(echo git tag --sort=taggerdate | tail -1)" >> $GITHUB_ENV
- name: Test
run: echo "RELEASE_VERSION=$(git tag --sort=taggerdate | tail -1)" >> $GITHUB_ENV
- name: Print new version
run: echo $RELEASE_VERSION
- uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 3b62925

Please sign in to comment.