mirror of
https://github.com/agersant/polaris
synced 2024-11-10 02:04:13 +00:00
Cosmetic change
This commit is contained in:
parent
e25af0e9b5
commit
6be6d2a7dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
ref: release
|
ref: release
|
||||||
- name: Update Version in Cargo.toml
|
- name: Update Polaris Version in Cargo.toml
|
||||||
run: gawk -i inplace '/^version/ { if (count == 0) { $3 = "\"${{ github.event.inputs.versionNumber }}\""; count++ } } 1' 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
|
- name: Commit Cargo.toml Version Change
|
||||||
uses: EndBug/add-and-commit@v5
|
uses: EndBug/add-and-commit@v5
|
||||||
|
|
Loading…
Reference in a new issue