Skip to content

Commit

Permalink
github workflows: rename variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Aug 1, 2024
1 parent 6a93362 commit c4c9ec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
- major
publish:
type: boolean
overwrite-tag:
overwrite_tag:
type: boolean
workflow_call:
inputs:
Expand All @@ -31,7 +31,7 @@ on:
type: string
publish:
type: boolean
overwrite-tag:
overwrite_tag:
type: boolean

jobs:
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- run: git pull

- uses: mukunku/tag-exists-action@v1.6.0
if: ${{ inputs.overwrite-tag }}
if: ${{ inputs.overwrite_tag }}
id: check-tag-overwrite
with:
tag: ${{ needs.get-version.outputs.new_tag_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/monthly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
uses: ./.github/workflows/build_and_release.yaml
with:
release_type: patch
check-to-publish: true
publish: true
secrets: inherit

0 comments on commit c4c9ec8

Please sign in to comment.