mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
workflows: replace deprecated set-output
This commit is contained in:
parent
c43c185d9b
commit
4ce08a7d5d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/MinedMap.yml
vendored
4
.github/workflows/MinedMap.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
run: |
|
||||
set -o pipefail
|
||||
git fetch --prune --unshallow --tags -f
|
||||
git describe --abbrev=7 --match='v*' | sed 's/^v/::set-output name=tag::/'
|
||||
echo "tag=$(git describe --abbrev=7 --match='v*' | sed 's/^v//')" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: 'Dependencies (apt)'
|
||||
run: |
|
||||
|
@ -102,7 +102,7 @@ jobs:
|
|||
run: |
|
||||
set -o pipefail
|
||||
git fetch --prune --unshallow --tags -f
|
||||
git describe --abbrev=7 --match='v*' | sed 's/^v/::set-output name=tag::/'
|
||||
echo "tag=$(git describe --abbrev=7 --match='v*' | sed 's/^v//')" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: 'Install'
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue