Skip to content

Commit 20a90ad

Browse files
committed
fix: output
1 parent c97735d commit 20a90ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/create-release-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
echo "version=$VERSION" >> $GITHUB_OUTPUT
3232
3333
- name: Create Release PR
34+
id: release
3435
run: |
3536
cargo install cargo-release
3637
# Run cargo release and capture the output
@@ -50,7 +51,7 @@ jobs:
5051
This PR is automatically created to release version ${{ steps.version.outputs.version }}.
5152
Please review the changes and merge to trigger the release.
5253
53-
<!-- RELEASE_FLAGS: ${{ steps.version.outputs.EXCLUDED_FLAGS }} -->
54+
<!-- RELEASE_FLAGS: ${{ steps.release.outputs.EXCLUDED_FLAGS }} -->
5455
branch: release-rust
5556
add-paths: |
5657
.

0 commit comments

Comments
 (0)