Skip to content

Commit

Permalink
chore: write to summary instead of "output"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Feb 22, 2024
1 parent dbf899c commit bf94e06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
core.setOutput('version', version);
- name: Display Info
uses: streetsidesoftware/actions/public/output@v1
uses: streetsidesoftware/actions/public/summary@v1
with:
value: |
# Package Version
text: |
# Package Info
ref: ${{ inputs.ref }}
version: `${{ steps.version.outputs.version }}`
Expand Down

0 comments on commit bf94e06

Please sign in to comment.