File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6969
7070
7171 - name : Execute dotnet pack with production version (dev or future)
72- if : ${{ github.ref_name == 'dev' || github.ref_name == 'future'}}
72+ if : ${{ github.ref_name == 'dev' || github.ref_name == 'future' || startsWith(github.ref, '/refs/heads/rc/') }}
7373 run : |
7474 PRODUCTION_VERSION="$(cat VERSION)"-"${{github.ref_name}}"."${{github.run_number}}"
7575 echo "PRODUCTION_VERSION = ${PRODUCTION_VERSION}"
Original file line number Diff line number Diff line change 5656
5757 # Use if dev branch
5858 - name : Publish on MyGet-CI
59- if : ${{ github.ref == 'refs/heads/dev' }} # dev branche is published to myget moryx
59+ if : ${{ github.ref == 'refs/heads/dev' || base_ref == 'dev') }} # dev branche is published to myget moryx
6060 env :
6161 MORYX_NUGET_APIKEY : ${{secrets.MYGET_TOKEN}}
6262 MORYX_PACKAGE_TARGET : ${{ inputs.MORYX_PACKAGE_TARGET_DEV }}
You can’t perform that action at this time.
0 commit comments