diff --git a/.github/workflows/MinedMap.yml b/.github/workflows/MinedMap.yml index f1c761a..1318eab 100644 --- a/.github/workflows/MinedMap.yml +++ b/.github/workflows/MinedMap.yml @@ -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: |