Skip to content

Commit

Permalink
re-arrange commands
Browse files Browse the repository at this point in the history
  • Loading branch information
PipeItToDevNull committed Dec 5, 2023
1 parent 9910208 commit 96451ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
TAG=v$(date -Iseconds | sed 's/[T:\+]/-/g')
echo "$TAG"
echo "tag=$TAG" >> $GITHUB_OUTPUT
git tag -a $TAG -m "Published version $TAG" ${GITHUB_SHA}
git config user.name "GitHub Action"
git config user.email "[email protected]"
git tag -a $TAG -m "Published version $TAG" ${GITHUB_SHA}
git push origin $TAG
- name: Upload release to GitHub
Expand Down

0 comments on commit 96451ec

Please sign in to comment.