Skip to content

Commit

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

0 comments on commit 714f902

Please sign in to comment.