Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
whites11 committed Aug 7, 2024
1 parent cbee4a2 commit 8324d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
- name: Create tag
if: ${{ steps.check.outputs.release-version != 'null' }}
run: |
tag="disabled-v${{ steps.check.outputs.release-version }}"
tag="v${{ steps.check.outputs.release-version }}"
git tag $tag
git push origin $tag

0 comments on commit 8324d23

Please sign in to comment.