Skip to content

Commit e063b83

Browse files
author
github-actions
committed
extend version validation for numbered RCs
1 parent 907b249 commit e063b83

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11-
VERSION: v4
11+
VERSION: v3
1212

1313
jobs:
1414
release-tenant-artifact-action:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fetch-depth: 0
5050

5151
- name: Run Tenant Artifact CI Action
52-
uses: edenlabllc/tenant.artifact.ci.action@v4
52+
uses: edenlabllc/tenant.artifact.ci.action@v3
5353
with:
5454
github_token_repo_full_access: ${{ secrets.GH_TOKEN_REPO_FULL_ACCESS }}
5555
autotag: true

examples/tenant-artifact-auto.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Create and upload tenant Artifact
27-
uses: edenlabllc/tenant-artifact.ci.action@v4
27+
uses: edenlabllc/tenant-artifact.ci.action@v3
2828
with:
2929
autotag: true
3030
github_token_repo_full_access: ${{ secrets.GH_TOKEN_REPO_FULL_ACCESS }}

examples/tenant-artifact-manual.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: Create and upload tenant Artifact
34-
uses: edenlabllc/tenant-artifact.ci.action@v4
34+
uses: edenlabllc/tenant-artifact.ci.action@v3
3535
with:
3636
artifact_version: ${{ github.event.inputs.artifact_version }}
3737
github_token_repo_full_access: ${{ secrets.GH_TOKEN_REPO_FULL_ACCESS }}

0 commit comments

Comments
 (0)