We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a72b6 commit 27a62baCopy full SHA for 27a62ba
.github/workflows/release.yml
@@ -2,6 +2,8 @@ name: Release
2
3
on:
4
push:
5
+ branches:
6
+ - test-release
7
tags:
8
- v*.*.*
9
@@ -27,10 +29,10 @@ jobs:
27
29
- name: Build source package
28
30
run: |
31
make dist
- - name: Publish Release
- 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
+ # - name: Publish Release
+ # uses: softprops/action-gh-release@v2
+ # with:
+ # files: |
+ # 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