Skip to content

Commit

Permalink
finalize v2 from release-2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henderson committed Jan 26, 2024
1 parent 056673f commit a6d5f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
call-container-build-and-release-workflow:
needs: [call-get-primary-language, call-assign-from-json-workflow, call-create-github-release-workflow,call-goreleaser-exists,setup_platforms]
if: needs.call-get-primary-language.outputs.primary_language == 'Go' && needs.call-goreleaser-exists.outputs.goreleaser-exists == 'false'
uses: keyfactor/actions/.github/workflows/container-build-and-release.yml@release-2.3
uses: keyfactor/actions/.github/workflows/container-build-and-release.yml@v2
with:
release_version: ${{ needs.call-create-github-release-workflow.outputs.release_version }}
platform_list: ${{ fromJson(needs.setup_platforms.outputs.platform_matrix) }}
Expand All @@ -108,7 +108,7 @@ jobs:

call-generate-readme-workflow:
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
uses: Keyfactor/actions/.github/workflows/generate-readme.yml@release-2.3
uses: Keyfactor/actions/.github/workflows/generate-readme.yml@v2
secrets:
token: ${{ secrets.APPROVE_README_PUSH }}

Expand Down

0 comments on commit a6d5f97

Please sign in to comment.