Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonichigo authored Aug 26, 2024
1 parent 1994b9d commit 28675fc
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 @@ -80,7 +80,7 @@ jobs:
echo "::set-output name=unique_tag::release-${{ needs.package.outputs.version }}-$timestamp"
- name: Create tag
id: create_tag
id: create-tag
run: |
git config user.name github-actions
git config user.email [email protected]
Expand All @@ -100,7 +100,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ needs.create_tag.outputs.tag }}
tag_name: ${{ steps.create-tag.outputs.tag }}
release_name: Release ${{ needs.package.outputs.version }}
draft: false
prerelease: false
Expand Down

0 comments on commit 28675fc

Please sign in to comment.