Skip to content

Commit

Permalink
Merge pull request #1048 from pypa/touchup-release-workflow
Browse files Browse the repository at this point in the history
Fix usage of GitHub state/output commands
  • Loading branch information
sigmavirus24 committed Feb 11, 2024
2 parents 94f810c + 5ec62bc commit 670dacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: "Generate hashes"
id: hash
run: |
cd dist && echo "::set-output name=hashes::$(sha256sum * | base64 -w0)"
cd dist && echo "$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT
- name: "Upload dists"
uses: "actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce"
Expand Down

0 comments on commit 670dacb

Please sign in to comment.