Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Feb 3, 2024
1 parent 1c26221 commit 9c2cfa8
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].0
uses: calaos/[email protected].1
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].0
uses: calaos/[email protected].1
with:
version_fragment: ${{ github.event.inputs.vincrement }}

Expand Down

0 comments on commit 9c2cfa8

Please sign in to comment.