Skip to content

Commit

Permalink
Fix missing closing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Dec 17, 2024
1 parent 2fbc108 commit db3d336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Create tag
run: |
tag_name="v${{ steps.calculate-version.outputs.version}"
tag_name="v${{ steps.calculate-version.outputs.version }}"
git tag $tag_name && git push origin $tag_name
- name: Notify when this workflow completes (regardless of success or failure)
Expand Down

0 comments on commit db3d336

Please sign in to comment.