Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Aug 19, 2023
1 parent 7962fbc commit aca42e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git tag ${{ github.event.inputs.commit }} ${{ steps.vars.outputs.tag_name }}
git tag ${{ steps.vars.outputs.tag_name }} ${{ github.event.inputs.commit }}
git push origin ${{ steps.vars.outputs.tag_name }}
- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit aca42e7

Please sign in to comment.