Skip to content

Commit

Permalink
fix: typo no workflow de release
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGondi committed Aug 20, 2024
1 parent e4a1599 commit b60bf0d
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 @@ -33,7 +33,7 @@ jobs:
uses: Klemensas/action-autotag@stable
id: auto-tag
with:
GITHUB_TOKEN: "${{ secrets.CuidaReleases }}"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
tag_prefix: "v"

- name: Read package.json
Expand Down

0 comments on commit b60bf0d

Please sign in to comment.