File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main
6- - beta
76jobs :
87 build :
98 runs-on : ubuntu-latest
4342 with :
4443 context : .
4544 push : true
46- tags : jives/hlds:${{ matrix.game }}-beta
47- build-args : GAME=${{ matrix.game }}-beta
45+ tags : jives/hlds:${{ matrix.game }}
46+ build-args : GAME=${{ matrix.game }}
4847
4948 publish :
5049 runs-on : ubuntu-latest
5857
5958 - name : Bump Version and Create Tag 🏷️
6059 id : create_tag
61- if : github.ref == 'refs/heads/main'
6260 uses :
anothrNick/[email protected] 6361 env :
6462 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6765
6866 - name : Create Release 🚀
6967 id : create_release
70- if : github.ref == 'refs/heads/main'
7168 uses : actions/create-release@v1
7269 env :
7370 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments