Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thundernerd authored May 6, 2024
1 parent d146b66 commit dea2602
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ jobs:
run: |
# Add 800 to the build number because GitHub won't let us pick an arbitrary starting point
echo "prowlarr_version=${{ env.VERSION }}.$((${{ github.run_number }}+800))" >> $GITHUB_OUTPUT
envtest1:
needs: [versioning]
runs-on: ubuntu-latest
steps:
- name: test
env:
PROWLARR_VERSION: ${{ needs.versioning.outputs.prowlarr_version }}
run: |
echo "$PROWLARR_VERSION"
backend:
needs: [versioning]
strategy:
Expand Down

0 comments on commit dea2602

Please sign in to comment.