We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3e010 commit 561ae60Copy full SHA for 561ae60
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
path: tests/test-results.json
77
- run: ./tests/print-test-results.sh tests/test-results.json
78
- name: Publish latest commit
79
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
80
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
81
with:
82
tag_name: latest-commit
0 commit comments