mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 08:34:01 +00:00
Github Actions: Replaced deprectaed set-output
This commit is contained in:
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
@@ -268,7 +268,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
run: |
|
||||
PICARD_VERSION=$(python -c "import picard; print(picard.__version__)")
|
||||
echo "::set-output name=version::"$PICARD_VERSION
|
||||
echo "version=$PICARD_VERSION" >> $GITHUB_OUTPUT
|
||||
./scripts/tools/changelog-for-version.py $PICARD_VERSION > changes-$PICARD_VERSION.txt
|
||||
- name: Create release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
||||
Reference in New Issue
Block a user