We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f0697 commit b7f4f95Copy full SHA for b7f4f95
.github/workflows/xtracfg.yml
@@ -225,7 +225,7 @@ jobs:
225
run: |
226
ls -lR
227
- name: release-github
228
- #if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
+ if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
229
env:
230
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
231
.github/workflows/xtractl.yml
@@ -48,7 +48,7 @@ jobs:
48
path: ./xtractl/dist
49
retention-days: 1
50
51
52
working-directory: ./xtractl/dist
53
54
0 commit comments