Skip to content

Commit

Permalink
chore: Try to fix workflow #1
Browse files Browse the repository at this point in the history
  • Loading branch information
martinherweg committed Sep 10, 2023
1 parent f9b321c commit c964fc7
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 @@ -29,7 +29,7 @@ jobs:
- name: Create Tag
uses: actions/github-script@v3
env:
TAG: ${{ steps.set-tag.outputs.tag_name }}
TAG: ${{ steps.set-tag.outputs.tag_name }}
with:
github-token: ${{ github.token }}
script: |
Expand Down

0 comments on commit c964fc7

Please sign in to comment.