Branch management and version strings
This commit is contained in:
parent
9a8be857b8
commit
3c028704f2
4 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
on:
|
||||
push:
|
||||
branches: ['publish-latest']
|
||||
branches: ['latest']
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -10,6 +10,7 @@ jobs:
|
|||
uses: ./.github/actions/make-version-string
|
||||
with:
|
||||
assemblyInfoPath: AssemblyInfo.cs
|
||||
primaryBranch: 'latest'
|
||||
- uses: ./.github/actions/expand-tokens
|
||||
env:
|
||||
VERSIONSTRING: ${{ steps.make_version_string.outputs.versionstring }}
|
1
.github/workflows/push-to-master.yml
vendored
1
.github/workflows/push-to-master.yml
vendored
|
@ -10,6 +10,7 @@ jobs:
|
|||
uses: ./.github/actions/make-version-string
|
||||
with:
|
||||
assemblyInfoPath: AssemblyInfo.cs
|
||||
primaryBranch: 'latest'
|
||||
- uses: ./.github/actions/expand-tokens
|
||||
env:
|
||||
VERSIONSTRING: ${{ steps.make_version_string.outputs.versionstring }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue