Skip to content

Commit d3a0667

Browse files
use public gh-release action (#13)
1 parent 78be24f commit d3a0667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
zip -rj rocale-cli-linux-x86_64.zip ./artifacts/rocale-cli-linux-x86_64/*
6060
zip -rj rocale-cli-windows-x86_64.zip ./artifacts/rocale-cli-windows-x86_64/*
6161
62-
- uses: Roblox-ActionsCache/softprops-action-gh-release@v1
62+
- uses: softprops/action-gh-release@v1
6363
with:
6464
token: ${{ secrets.GITHUB_TOKEN }}
6565
draft: true

0 commit comments

Comments
 (0)