Skip to content

Commit

Permalink
ci: issue
Browse files Browse the repository at this point in the history
  • Loading branch information
qzeene committed Jul 15, 2023
1 parent 0dfdf95 commit c3ff860
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 @@ -37,8 +37,8 @@ jobs:
echo "RELEASE=$id" >> $GITHUB_ENV
echo "RELEASE_BRANCH=$branch" >> $GITHUB_ENV
echo "AUTHOR=$(git for-each-ref --format="%(taggername) %(taggeremail)" refs/tags/$id)" >> $GITHUB_ENV
echo "DATE=$(git for-each-ref --format="%(creatordate)" refs/tags/$id)" >> $GITHUB_ENV
echo "AUTHOR=$(git for-each-ref --format="%(*authorname) %(*authoremail)" refs/tags/$id)" >> $GITHUB_ENV
echo "DATE=$(git for-each-ref --format="%(*authordate)" refs/tags/$id)" >> $GITHUB_ENV
git checkout -b $branch
git push --set-upstream origin $branch
Expand Down

0 comments on commit c3ff860

Please sign in to comment.