Skip to content

Commit c3dfebc

Browse files
committed
testing untagged release action
1 parent b74373a commit c3dfebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# path: src/all.pdf
2929
- name: Release
3030
uses: softprops/action-gh-release@v2.1.0
31-
if: startsWith(github.ref, 'refs/tags/')
31+
# if: startsWith(github.ref, 'refs/tags/')
3232
with:
3333
make_latest: true
3434
generate_release_notes: true

0 commit comments

Comments
 (0)