Skip to content

Commit 086eba8

Browse files
renovate[bot]cakebaker
authored andcommitted
chore(deps): update softprops/action-gh-release action to v3
1 parent f936e22 commit 086eba8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CICD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ jobs:
672672
rm share/zsh/site-functions/_[ # not supported
673673
tar --zstd -cf docs.tar.zst share
674674
- name: Publish
675-
uses: softprops/action-gh-release@v2
675+
uses: softprops/action-gh-release@v3
676676
if: steps.vars.outputs.DEPLOY && matrix.job.skip-publish != true && matrix.job.check-only != true
677677
with:
678678
draft: true
@@ -682,7 +682,7 @@ jobs:
682682
env:
683683
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
684684
- name: Publish latest commit
685-
uses: softprops/action-gh-release@v2
685+
uses: softprops/action-gh-release@v3
686686
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.job.skip-publish != true && matrix.job.check-only != true
687687
with:
688688
tag_name: latest-commit

.github/workflows/make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
strip -s /tmp/individual/usr/local/bin/*
168168
ZSTD_CLEVEL=19 tar --zstd -caf individual-x86_64-unknown-linux-gnu.tar.zst -C /tmp/individual/usr/local bin
169169
- name: Publish
170-
uses: softprops/action-gh-release@v2
170+
uses: softprops/action-gh-release@v3
171171
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
172172
with:
173173
tag_name: latest-commit

0 commit comments

Comments
 (0)