Skip to content

Commit

Permalink
Forcing release to true
Browse files Browse the repository at this point in the history
  • Loading branch information
stigi committed Oct 11, 2024
1 parent 228e792 commit 4dedb7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ on:
outputs:
published:
description: "Did the workflow result in a published release?"
value: ${{ jobs.release.outputs.published }}

# value: ${{ jobs.release.outputs.published }}
value: 'true'


concurrency: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 4dedb7f

Please sign in to comment.