Skip to content

Commit

Permalink
chore: Test semver-ci:v0.6.1-rc.fc1476f1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinhyeok committed Mar 3, 2024
1 parent c6bf2d2 commit 51568a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

upcoming_version:
runs-on: ubuntu-latest
container: tartar4s/semver-ci:v0.6.0
container: tartar4s/semver-ci:v0.6.1-rc.fc1476f1
needs: [ lint ]
outputs:
UPCOMING_VERSION: ${{ steps.set_upcoming_version.outputs.UPCOMING_VERSION }}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

release_candidate:
runs-on: ubuntu-latest
container: tartar4s/semver-ci:v0.6.0
container: tartar4s/semver-ci:v0.6.1-rc.fc1476f1
if: startsWith(github.ref_name, 'release/') || startsWith(github.ref_name, 'hotfix/')
needs: [ upcoming_version, push_to_registry ]
permissions:
Expand Down

0 comments on commit 51568a7

Please sign in to comment.