Skip to content

Commit 43ddd9b

Browse files
Merge pull request #6 from codingwithmax/fix/tagged-release-typo
fixed tagged release typo
2 parents ce16a3e + 14bcc4c commit 43ddd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tagged-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Tagged Release
14-
uses: "marvinpinto/action-automatic-release@latest"
14+
uses: "marvinpinto/action-automatic-releases@latest"
1515
with:
1616
repo_token: "${{ secrets.GITHUB_TOKEN }}"
1717
prerelease: false

0 commit comments

Comments
 (0)