Skip to content

Commit

Permalink
Fix typo in ci-tag action name
Browse files Browse the repository at this point in the history
  • Loading branch information
redmushie committed Sep 23, 2023
1 parent 44755ae commit c1135bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
README.md
- name: Create release
uses: softprops/actions-gh-release@v1
uses: softprops/action-gh-release@v1
with:
body_path: README.md
tag_name: ${{ github.ref }}

0 comments on commit c1135bd

Please sign in to comment.