diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3155a6ffc..9ebacb56a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -116,7 +116,7 @@ jobs: yarn ks:release - name: Generate GitHub release - uses: oliversalzburg/action-automatic-semantic-releases@9cfcc6bf743d13c3e2f488ce1720f7e13973bcd9 # v0.3.0 + uses: oliversalzburg/action-automatic-semantic-releases@de93203560dcc4525ccb5c773b74879d08de32f2 # v0.3.1 with: automatic_release_tag: nightly draft: false diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index fc5de83ed..6a0eb4cd1 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -112,7 +112,7 @@ jobs: - name: Generate GitHub release if: success() && inputs.wants-github-release - uses: oliversalzburg/action-automatic-semantic-releases@9cfcc6bf743d13c3e2f488ce1720f7e13973bcd9 # v0.3.0 + uses: oliversalzburg/action-automatic-semantic-releases@de93203560dcc4525ccb5c773b74879d08de32f2 # v0.3.1 with: automatic_release_tag: ${{ inputs.dry-run-tag }} draft: ${{ inputs.dry-run }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f46dbb43..7f92f39e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,7 +115,7 @@ jobs: - name: Generate GitHub release if: success() && inputs.wants-github-release - uses: oliversalzburg/action-automatic-semantic-releases@9cfcc6bf743d13c3e2f488ce1720f7e13973bcd9 # v0.3.0 + uses: oliversalzburg/action-automatic-semantic-releases@de93203560dcc4525ccb5c773b74879d08de32f2 # v0.3.1 with: automatic_release_tag: ${{ inputs.dry-run-tag }} draft: true