Skip to content

Commit

Permalink
Bump softprops/action-gh-release from 2.0.9 to 2.1.0 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent ad976e9 commit 3898869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: GOOS=linux GOARCH=arm64 CGO_ENABLED=1 CC="zig cc -target aarch64-linux-musl" go build -o timew-sync-server-aarch64-linux

- name: Release
uses: softprops/action-gh-release@v2.0.9
uses: softprops/action-gh-release@v2.1.0
with:
files: |
timew-sync-server-x86_64-linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 go build -o timew-sync-server-aarch64-macos

- name: Release
uses: softprops/action-gh-release@v2.0.9
uses: softprops/action-gh-release@v2.1.0
with:
files: |
timew-sync-server-x86_64-macos
Expand Down

0 comments on commit 3898869

Please sign in to comment.