Skip to content

Commit

Permalink
Merge branch 'main' into deps-deno
Browse files Browse the repository at this point in the history
  • Loading branch information
5ouma authored Sep 27, 2024
2 parents 581ba74 + 9e03594 commit 5c6246a
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 @@ -31,7 +31,7 @@ jobs:
echo "next=v$version" >> "$GITHUB_OUTPUT"
fi
- name: 🚀 Rrelease a New Version
- name: 🚀 Release a New Version
if: ${{ steps.version.outputs.next != '' }}
run: gh release create "${{ steps.version.outputs.next }}" --generate-notes
env:
Expand Down

0 comments on commit 5c6246a

Please sign in to comment.