mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Fix release workflow indentation
This commit is contained in:
parent
da27ffd04c
commit
56757d6cb4
1 changed files with 10 additions and 10 deletions
20
.github/workflows/release.yml
vendored
20
.github/workflows/release.yml
vendored
|
|
@ -15,18 +15,18 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
clean: true
|
||||
fetch-depth: 0
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
clean: true
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Get New Version
|
||||
id: nv
|
||||
run: |
|
||||
version=$(grep VERSION lib/vmfloaty/version.rb |rev |cut -d "'" -f2 |rev)
|
||||
echo "version=$version" >> $GITHUB_OUTPUT
|
||||
echo "Found version $version from lib/vmfloaty/version.rb"
|
||||
id: nv
|
||||
run: |
|
||||
version=$(grep VERSION lib/vmfloaty/version.rb |rev |cut -d "'" -f2 |rev)
|
||||
echo "version=$version" >> $GITHUB_OUTPUT
|
||||
echo "Found version $version from lib/vmfloaty/version.rb"
|
||||
|
||||
- name: Get Current Version
|
||||
uses: actions/github-script@v6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue