Skip to content

Commit

Permalink
fix: Update release-please.yml to dry-run: false (#15)
Browse files Browse the repository at this point in the history
* fix: Update release-please.yml to dry-run: false
This reverts commit ea3c089.
  • Loading branch information
Sunny Guduru committed Mar 13, 2024
1 parent 334f054 commit e5ec1af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
default: 'true'
tag:
description: 'Tag to upload artifacts to.'
required: false
required: true

runs:
using: composite
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:

- uses: ./.github/actions/publish
with:
dry-run: 'true'
dry-run: 'false'
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ needs.release-please.outputs.tag_name }}
tag: ${{ needs.release-please.outputs.tag_name }}

0 comments on commit e5ec1af

Please sign in to comment.