Skip to content

Commit a5661f6

Browse files
authored
Enable the build of the packages everytime a new tag is created
1 parent 4815427 commit a5661f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tag-and-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
name: Build Debian package (amd64)
5353
runs-on: ubuntu-latest
5454
needs: create-tag
55-
if: ${{ needs.create-tag.outputs.tag_created == 'true' && github.repository == 'wineslab/spear-libe3' }}
55+
if: ${{ needs.create-tag.outputs.tag_created == 'true' }}
5656
steps:
5757
- uses: actions/checkout@v4
5858
with:
@@ -82,7 +82,7 @@ jobs:
8282
name: Build Debian package (arm64)
8383
runs-on: ubuntu-24.04-arm
8484
needs: create-tag
85-
if: ${{ needs.create-tag.outputs.tag_created == 'true' && github.repository == 'wineslab/spear-libe3' }}
85+
if: ${{ needs.create-tag.outputs.tag_created == 'true' }}
8686
steps:
8787
- uses: actions/checkout@v4
8888
with:
@@ -115,7 +115,7 @@ jobs:
115115
- build-deb-arm64
116116
- create-tag
117117
runs-on: ubuntu-latest
118-
if: ${{ needs.create-tag.outputs.tag_created == 'true' && github.repository == 'wineslab/spear-libe3' }}
118+
if: ${{ needs.create-tag.outputs.tag_created == 'true' }}
119119
permissions:
120120
contents: write
121121
steps:

0 commit comments

Comments
 (0)