Skip to content

Commit

Permalink
REVERT: split up commit / tag
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmoy committed Oct 25, 2023
1 parent 46c90b9 commit 71bb53d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
msg="Update Artifacts.toml to use ${{ steps.project_toml.outputs.version }} assets"
git checkout --detach
git commit -m "$msg" -- Artifacts.toml
# Push Tag
- name: Push Tag
run: |
tag=${{ steps.project_toml.outputs.tag }}
git tag $tag
git push origin $tag
Expand Down

0 comments on commit 71bb53d

Please sign in to comment.