We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4183e2e commit 1bd2915Copy full SHA for 1bd2915
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
ls
31
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
32
- name: "Release"
33
- uses: "softprops/action-gh-release@v1"
+ uses: softprops/action-gh-release@v1
34
if: startsWith(github.ref, 'refs/tags/')
35
with:
36
files: |
0 commit comments