Skip to content

Commit

Permalink
fix: split set outputs next release data 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vincehi committed Jun 9, 2023
1 parent 1a40373 commit bbcbd77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Show notes
run: echo "${{ steps.get-next-release.outputs.next-release }}"
run: echo "${{ steps.get-next-release.outputs.next-release-notes }}"
- name: Show gitTag
run: echo ${{ steps.get-next-release.outputs.next-release.gitTag }}
run: echo ${{ steps.get-next-release.outputs.next-release-git-tag }}
- name: Show version
run: echo ${{ steps.get-next-release.outputs.next-release.version }}
run: echo ${{ steps.get-next-release.outputs.next-release-version }}

- name: Rust setup
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit bbcbd77

Please sign in to comment.