Skip to content

Commit

Permalink
output not transferred to subsequent jobse
Browse files Browse the repository at this point in the history
  • Loading branch information
kopernic-pl committed Jan 20, 2025
1 parent 6cc6717 commit fdb986f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
version-and-tag:
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/')
runs-on: ubuntu-latest

outputs:
VERSION: ${{ steps.extract_version.outputs.VERSION }}

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit fdb986f

Please sign in to comment.