Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alicejli committed Jan 11, 2024
1 parent c3d8984 commit 9fb3897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
run: echo "GITHUB_UPLOAD_URL=${{ github.event.release.upload_url }}" >> $GITHUB_ENV
- name: Get upload URL for manually triggered releases
if: ${{ github.event.inputs.tag }}
- uses: actions/github-script@v7
- id: get-upload-url
id: get-upload-url
uses: actions/github-script@v7
with:
script: |
github.rest.repos.getReleaseByTag({
Expand Down

0 comments on commit 9fb3897

Please sign in to comment.