Skip to content

Commit 27a62ba

Browse files
committed
[TMP] Run release workflow to see make dist output
1 parent 12a72b6 commit 27a62ba

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/release.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Release
22

33
on:
44
push:
5+
branches:
6+
- test-release
57
tags:
68
- v*.*.*
79

@@ -27,10 +29,10 @@ jobs:
2729
- name: Build source package
2830
run: |
2931
make dist
30-
- name: Publish Release
31-
uses: softprops/action-gh-release@v2
32-
with:
33-
files: |
34-
git-warp-time-${{ env.VERSION }}.zip
35-
git-warp-time-${{ env.VERSION }}.tar.zst
36-
git-warp-time-${{ env.VERSION }}.sha256.txt
32+
# - name: Publish Release
33+
# uses: softprops/action-gh-release@v2
34+
# with:
35+
# files: |
36+
# git-warp-time-${{ env.VERSION }}.zip
37+
# git-warp-time-${{ env.VERSION }}.tar.zst
38+
# git-warp-time-${{ env.VERSION }}.sha256.txt

0 commit comments

Comments
 (0)