Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtsap authored Nov 9, 2023
1 parent ffcebbd commit f86745b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
run: echo $RELEASE_TAG
- name: Create Github release
run: |
gh release create "${{RELEASE_TAG}}"
gh release create "$RELEASE_TAG"

Expand Down

0 comments on commit f86745b

Please sign in to comment.