Cosmetic change

This commit is contained in:
Antoine Gersant 2020-12-14 19:32:10 -08:00
parent e25af0e9b5
commit 6be6d2a7dc

View file

@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@master
with:
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
- name: Commit Cargo.toml Version Change
uses: EndBug/add-and-commit@v5