Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Feb 3, 2024
1 parent 9c2cfa8 commit a4c24c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Calaos Action Bump Version
id: calaos_version
uses: calaos/[email protected].1
uses: calaos/[email protected].2
with:
version_fragment: 'prerelease'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Calaos Action Bump Version
id: calaos_version
uses: calaos/[email protected].1
uses: calaos/[email protected].2
with:
version_fragment: ${{ github.event.inputs.vincrement }}

Expand Down

0 comments on commit a4c24c1

Please sign in to comment.