File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,20 +54,20 @@ jobs:
5454 docker run --privileged -t -v $PWD:/build archlinux /bin/bash /build/entrypoint.sh
5555
5656 - name : Upload Built ISO
57- if : ${{ github.ref == 'refs/heads/Cassini' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }}
57+ if : ${{ github.ref == 'refs/heads/Cassini-Nova-R1 ' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }}
5858 uses : actions/upload-artifact@v2
5959 with :
6060 name : built-iso
6161 path : ${{ github.workspace }}/out/*.iso
6262 - name : Create Tag
6363 id : create_tag
64- if : ${{ github.ref == 'refs/heads/Cassini' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }}
64+ if : ${{ github.ref == 'refs/heads/Cassini-Nova-R1 ' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }}
6565 run : |
6666 export TAG=$(date +%Y.%m.%d)
6767 echo "::set-output name=tag::${TAG}"
6868 echo $TAG
6969 - name : Release
70- if : ${{ github.ref == 'refs/heads/Cassini' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }}
70+ if : ${{ github.ref == 'refs/heads/Cassini-Nova-R1 ' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }}
7171 uses : softprops/action-gh-release@v1
7272 with :
7373 files : |
You can’t perform that action at this time.
0 commit comments