Skip to content

Commit

Permalink
Merge pull request #84 from scipp/update-action-syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHeybrock authored Dec 8, 2022
2 parents 0baf76d + e3b9336 commit d666931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
- name: Set outputs
id: version
run: |
echo "::set-output name=new::$(python docs/version.py --repo=scippnexus --version=${GITHUB_REF_NAME} --action=is-new)"
echo "::set-output name=replaced::$(python docs/version.py --repo=scippnexus --version=${GITHUB_REF_NAME} --action=get-replaced)"
echo "new=$(python docs/version.py --repo=scippnexus --version=${GITHUB_REF_NAME} --action=is-new)" >> $GITHUB_OUTPUT
echo "replaced=$(python docs/version.py --repo=scippnexus --version=${GITHUB_REF_NAME} --action=get-replaced)" >> $GITHUB_OUTPUT
docs:
needs: [upload_conda, upload_pypi, manage-versions]
Expand Down

0 comments on commit d666931

Please sign in to comment.