Skip to content

Commit 96795ef

Browse files
committed
fix: πŸ› Fix release workflow
1 parent 395cfd7 commit 96795ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Ž.github/workflows/release.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: steps.semantic.outputs.new_release_published == 'true'
6161
uses: softprops/action-gh-release@v2
6262
with:
63-
tag_name: ${{ steps.semantic.outputs.new_release_version }}
63+
tag_name: v${{ steps.semantic.outputs.new_release_version }}
6464
files: |
6565
binaries/mudslide-linuxstatic-x64
6666
binaries/mudslide-linuxstatic-arm64

β€Ž.github/workflows/stale.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
stale:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/stale@v9
10+
- uses: actions/stale@v10
1111
with:
1212
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
1313
days-before-stale: 30

0 commit comments

Comments
Β (0)