Skip to content

Commit

Permalink
Fixed GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
massenz committed Feb 26, 2023
1 parent f9b0565 commit 754434f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Create release tag
run: |
TAG=$(./get-tag)
TAG=$(make version)
echo TAG=${TAG} >> $GITHUB_ENV
git config user.name "$AUTHOR"
git config user.email "<$EMAIL>"
Expand Down

0 comments on commit 754434f

Please sign in to comment.