Skip to content

Commit

Permalink
Merge pull request #4 from ubiregiinc/seki/fix/release-workflow-token
Browse files Browse the repository at this point in the history
Fix release workflow's token
  • Loading branch information
trickart authored Dec 9, 2024
2 parents 84a00fc + b14313f commit ce10045
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ jobs:
- name: Create release
run: |
gh release create "${{ github.ref_name}}" "./license-plists-merger-macos.artifactbundle.zip" -t "${{ github.ref_name }}" -n "**checksum**: ${{ env.CHECKSUM }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ce10045

Please sign in to comment.