Skip to content

Commit

Permalink
rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
n-takumasa committed Dec 10, 2024
1 parent b4c0ceb commit cc562b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
GITHUB_REPOSITORY: ${{ github.repository }}
run: >-
gh release create
'$GITHUB_REF_NAME'
--repo '$GITHUB_REPOSITORY'
"$GITHUB_REF_NAME"
--repo "$GITHUB_REPOSITORY"
--notes ""
- name: Upload artifact signatures to GitHub Release
env:
Expand All @@ -98,5 +98,5 @@ jobs:
# sigstore-produced signatures and certificates.
run: >-
gh release upload
'$GITHUB_REF_NAME' dist/**
--repo '$GITHUB_REPOSITORY'
"$GITHUB_REF_NAME" dist/**
--repo "$GITHUB_REPOSITORY"

0 comments on commit cc562b5

Please sign in to comment.