Skip to content

Commit

Permalink
Fix update-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheorey authored Jun 18, 2024
1 parent 893ebbd commit fc10360
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
contents: write # Release upload
env:
GH_TOKEN: ${{ github.token }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clean old release assets
run: |
# Total assets from each main branch commmit:
Expand Down

0 comments on commit fc10360

Please sign in to comment.