Skip to content

Commit

Permalink
fix: also output the variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-E-Tect committed Jul 21, 2024
1 parent 5d5f08a commit f0abfd8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,19 @@ jobs:
FILE="test.adoc"
cat $FILE
- name: Set output
id: output_version
run: echo "new_tag_version=${{ needs.setup_release.outputs.new_tag_version }}" >> $GITHUB_OUTPUT

- name: Upload updated file
uses: actions/upload-artifact@v4
with:
name: updated-file
path: test.adoc

- name: Set output
id: output_version
run: echo "new_tag_version=${{ needs.setup_release.outputs.new_tag_version }}" >> $GITHUB_OUTPUT

outputs:
new_tag_version: ${{ steps.output_version.outputs.new_tag_version }}

complete_release:
name: Complete release
needs: process_release
Expand Down

0 comments on commit f0abfd8

Please sign in to comment.