Skip to content

Commit

Permalink
Fix release CI somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Apr 24, 2024
1 parent ae9065d commit 37da81e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ on:
release:
types: [published]

permissions:
contents: write

jobs:

build:
name: Upload Release
runs-on: ubuntu-latest

env:
GH_TOKEN: ${{ github.token }}

steps:
# Initialization
- uses: actions/checkout@v3
Expand Down

0 comments on commit 37da81e

Please sign in to comment.