We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c05da0 commit 4b0f16aCopy full SHA for 4b0f16a
.github/workflows/release.yaml
@@ -26,7 +26,6 @@ jobs:
26
27
- name: Publish Release Artifacts
28
uses: softprops/action-gh-release@v1
29
- if: startsWith(github.ref, 'refs/tags/')
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
with:
0 commit comments