mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
fix: fix auto-tag
This commit is contained in:
parent
70aa7b4689
commit
03c5e3fb94
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-ci.yml
vendored
2
.github/workflows/docker-ci.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
||||||
name: yay_release
|
name: yay_release
|
||||||
path: artifacts
|
path: artifacts
|
||||||
tag:
|
tag:
|
||||||
|
if: contains(github.ref, 'master')
|
||||||
name: Tag release
|
name: Tag release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -31,4 +32,3 @@ jobs:
|
||||||
uses: mathieudutour/github-tag-action@v3
|
uses: mathieudutour/github-tag-action@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
if: github.ref == 'master' && github.event_name == 'push'
|
|
||||||
|
|
Loading…
Reference in a new issue