More CI churn
This commit is contained in:
parent
6a46aaeac6
commit
0b50a10a36
1 changed files with 2 additions and 8 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
@ -26,18 +26,12 @@ jobs:
|
|||
- name: Update Polaris Version in Cargo.toml
|
||||
run: gawk -i inplace '/^version/ { if (count == 0) { $3 = "\"${{ github.event.inputs.versionNumber }}\""; count++ } } 1' Cargo.toml
|
||||
- name: Commit Cargo.toml Version Change
|
||||
uses: EndBug/add-and-commit@v5
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
branch: release
|
||||
message: "Updated version number"
|
||||
tag: -f -a ${{ github.event.inputs.versionNumber }} -m "Version number"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Add <version number> Git Tag
|
||||
run: |
|
||||
git config --global user.name ${{ github.actor }}
|
||||
git config --global user.email "<>"
|
||||
git tag -f -a ${{ github.event.inputs.versionNumber }} -m "Version number"
|
||||
git push -f --tags
|
||||
|
||||
windows:
|
||||
name: Windows
|
||||
|
|
Loading…
Add table
Reference in a new issue