Skip to content

Commit

Permalink
✨ feat: Add publish action output
Browse files Browse the repository at this point in the history
  • Loading branch information
honzabubenik committed Apr 15, 2024
1 parent efc2a84 commit 094c401
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ inputs:
required: false
default: '16'

outputs:
tag:
description: Package tag.
value: ${{ steps.version.outputs.package }}

runs:
using: composite
steps:
Expand Down

0 comments on commit 094c401

Please sign in to comment.