Replace actions with externally hosted
This commit is contained in:
parent
a6785a38e5
commit
e432961cdf
8 changed files with 4 additions and 64 deletions
4
.github/workflows/push-to-latest.yml
vendored
4
.github/workflows/push-to-latest.yml
vendored
|
@ -7,11 +7,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- id: make_version_string
|
||||
uses: ./.github/actions/make-version-string
|
||||
uses: sandersaares-actions/make-version-string@master
|
||||
with:
|
||||
assemblyInfoPath: AssemblyInfo.cs
|
||||
primaryBranch: 'latest'
|
||||
- uses: ./.github/actions/expand-tokens
|
||||
- uses: sandersaares-actions/expand-tokens@master
|
||||
env:
|
||||
VERSIONSTRING: ${{ steps.make_version_string.outputs.versionstring }}
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue