Skip to content

Commit

Permalink
fix(ci): supply tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bencromwell authored Oct 17, 2024
1 parent 6418292 commit baa2747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
release_created: ${{ steps.release-please.outputs.release_created }}
tag_name: ${{ steps.release-please.outputs.tag_name }} # e.g. v1.2.3
version: ${{ steps.release-please.outputs.version }} # e.g. 1.2.3
# major: ${{ steps.release-please.outputs.major }} # e.g. 1
# minor: ${{ steps.release-please.outputs.minor }} # e.g. 2
major: ${{ steps.release-please.outputs.major }} # e.g. 1
minor: ${{ steps.release-please.outputs.minor }} # e.g. 2
prs: ${{ steps.release-please.outputs.prs }}
all: ${{ toJSON(steps.release-please.outputs) }}
steps:
Expand Down

0 comments on commit baa2747

Please sign in to comment.