Skip to content

Commit

Permalink
ci(release): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Dec 18, 2023
1 parent 17ab5f2 commit 1060ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagged-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
prerelease: false
id: get_tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Bump manifest version
run: node .github/actions/bump-manifest-version.js
Expand Down

0 comments on commit 1060ab9

Please sign in to comment.