Skip to content

Commit

Permalink
Update to released shared-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Dec 5, 2023
1 parent 012ea05 commit d4350e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-all-operators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- Major
- Minor
- Patch
- Snapshot

jobs:
start:
Expand All @@ -28,7 +27,7 @@ jobs:
GITHUB_CONTEXT: ${{ toJson(github) }}

- name: Check branch and release type
uses: IABTechLab/uid2-shared-actions/actions/[email protected]
uses: IABTechLab/uid2-shared-actions/actions/[email protected].2
with:
release_type: ${{ inputs.release_type }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-azure-cc-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
- name: Check branch and release type
id: checkRelease
uses: IABTechLab/uid2-shared-actions/actions/[email protected]-pre
uses: IABTechLab/uid2-shared-actions/actions/[email protected]
with:
release_type: ${{ inputs.release_type }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-gcp-oidc-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- name: Check branch and release type
id: checkRelease
uses: IABTechLab/uid2-shared-actions/actions/[email protected]-pre
uses: IABTechLab/uid2-shared-actions/actions/[email protected]
with:
release_type: ${{ inputs.release_type }}

Expand Down

0 comments on commit d4350e0

Please sign in to comment.