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.6
  • Loading branch information
renovate[bot] authored and oliversalzburg committed Dec 18, 2024
1 parent dc0ac5c commit 3a8aa3c
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@568a455d31cd35f378e28ebee35fd298cb7c98a9 # v0.2.5
uses: oliversalzburg/action-automatic-semantic-releases@c6359469b763eb601452bc8e32cfaaf532eaa85b # v0.2.6
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@568a455d31cd35f378e28ebee35fd298cb7c98a9 # v0.2.5
uses: oliversalzburg/action-automatic-semantic-releases@c6359469b763eb601452bc8e32cfaaf532eaa85b # v0.2.6
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@568a455d31cd35f378e28ebee35fd298cb7c98a9 # v0.2.5
uses: oliversalzburg/action-automatic-semantic-releases@c6359469b763eb601452bc8e32cfaaf532eaa85b # v0.2.6
with:
automatic_release_tag: ${{ inputs.dry-run-tag }}
draft: true
Expand Down

0 comments on commit 3a8aa3c

Please sign in to comment.