diff --git a/.github/workflows/deploy-release.yaml b/.github/workflows/deploy-release.yaml index d0dcdad..0c48f76 100644 --- a/.github/workflows/deploy-release.yaml +++ b/.github/workflows/deploy-release.yaml @@ -70,7 +70,7 @@ jobs: publish-npm: runs-on: ubuntu-latest - needs: [version-and-tag, publish-github] + needs: [ version-and-tag, publish-github ] env: VERSION: ${{ needs.version-and-tag.outputs.VERSION }} diff --git a/.github/workflows/release-on-github.yaml b/.github/workflows/release-on-github.yaml index 4e05842..f085283 100644 --- a/.github/workflows/release-on-github.yaml +++ b/.github/workflows/release-on-github.yaml @@ -10,9 +10,9 @@ on: Select the branch to release from above, then select the version level to bump below. type: choice options: - - major - - minor - - patch + - major + - minor + - patch default: minor jobs: bump-version: