Skip to content

Commit b7f4f95

Browse files
committed
release build
1 parent 36f0697 commit b7f4f95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/xtracfg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
run: |
226226
ls -lR
227227
- name: release-github
228-
#if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
228+
if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
229229
env:
230230
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
231231
run: |

.github/workflows/xtractl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
path: ./xtractl/dist
4949
retention-days: 1
5050
- name: release-github
51-
#if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
51+
if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
5252
working-directory: ./xtractl/dist
5353
env:
5454
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)