diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index 03ca979c..606d47e2 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -10,7 +10,7 @@ inputs: default: 'true' tag: description: 'Tag to upload artifacts to.' - required: false + required: true runs: using: composite diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ea9a2a76..3424f871 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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 }} \ No newline at end of file + tag: ${{ needs.release-please.outputs.tag_name }}