We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65dbb30 commit 605254bCopy full SHA for 605254b
.github/workflows/rust.yml
@@ -12,6 +12,8 @@ env:
12
jobs:
13
release:
14
runs-on: ubuntu-latest
15
+ outputs:
16
+ upload_url: ${{ steps.create_release.outputs.upload_url }}
17
permissions:
18
contents: write
19
pull-requests: write
0 commit comments