Skip to content

Commit

Permalink
ci: use forked release action
Browse files Browse the repository at this point in the history
  • Loading branch information
LoremFooBar committed Feb 8, 2024
1 parent 3bc54e3 commit 36d62e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
- run: cd publish-6.0 && zip -r ../net6.0.zip ** && cd -
- run: cd publish-7.0 && zip -r ../net7.0.zip ** && cd -

- uses: marvinpinto/action-automatic-releases@latest
- uses: LoremFooBar/action-automatic-releases@master
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
prerelease: ${{ contains(github.ref_name, '-') }}
files: net*.zip

0 comments on commit 36d62e1

Please sign in to comment.