Skip to content

Commit 1bd2915

Browse files
committedJul 19, 2023
Slight change in action
1 parent 4183e2e commit 1bd2915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ls
3131
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
3232
- name: "Release"
33-
uses: "softprops/action-gh-release@v1"
33+
uses: softprops/action-gh-release@v1
3434
if: startsWith(github.ref, 'refs/tags/')
3535
with:
3636
files: |

0 commit comments

Comments
 (0)
Please sign in to comment.