Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 authored Feb 14, 2024
1 parent 9510238 commit 5e17914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
env:
GH_TOKEN: ${{ secrets.NFLVERSE_GH_TOKEN }}
outputs:
releases: ${{ steps.step1.outputs }}
releases: ${{ steps.query_releases.outputs }}
steps:
# - name: Create Release with gh
# run: gh release create archive-test-$(date '+%Y-%m-%d') -R nflverse/nflverse-data-archives
- id: query_releases
run: gh release list -R nflverse/nflverse-data --exclude-drafts --json tagName --jq '[.[].tagName]' > ${{ GITHUB_OUTPUT}}
run: gh release list -R nflverse/nflverse-data --exclude-drafts --json tagName --jq '[.[].tagName]' > $GITHUB_OUTPUT
do_things:
runs-on: ubuntu-latest
needs: create_release
Expand Down

0 comments on commit 5e17914

Please sign in to comment.