Skip to content

Commit

Permalink
chore(deps): update oliversalzburg/action-automatic-semantic-releases…
Browse files Browse the repository at this point in the history
… action to v0.2.10
  • Loading branch information
renovate[bot] authored and oliversalzburg committed Dec 18, 2024
1 parent 21b7d17 commit 54bfd0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
yarn ks:release
- name: Generate GitHub release
uses: oliversalzburg/action-automatic-semantic-releases@08afc1891d7c5cacc4313c1371671dbcc844be33 # v0.2.9
uses: oliversalzburg/action-automatic-semantic-releases@a7c8a97c409fc2b56611cce0d2bc467194ab135b # v0.2.10
with:
automatic_release_tag: nightly
draft: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Generate GitHub release
if: success() && inputs.wants-github-release
uses: oliversalzburg/action-automatic-semantic-releases@08afc1891d7c5cacc4313c1371671dbcc844be33 # v0.2.9
uses: oliversalzburg/action-automatic-semantic-releases@a7c8a97c409fc2b56611cce0d2bc467194ab135b # v0.2.10
with:
automatic_release_tag: ${{ inputs.dry-run-tag }}
draft: ${{ inputs.dry-run }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Generate GitHub release
if: success() && inputs.wants-github-release
uses: oliversalzburg/action-automatic-semantic-releases@08afc1891d7c5cacc4313c1371671dbcc844be33 # v0.2.9
uses: oliversalzburg/action-automatic-semantic-releases@a7c8a97c409fc2b56611cce0d2bc467194ab135b # v0.2.10
with:
automatic_release_tag: ${{ inputs.dry-run-tag }}
draft: true
Expand Down

0 comments on commit 54bfd0f

Please sign in to comment.