Skip to content

Commit

Permalink
Remove dependencies in pre-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
dwendland committed Aug 10, 2022
1 parent 8e767a0 commit 819ff4e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
generate-version:
name: Generate version
runs-on: ubuntu-latest
needs: ["refresh-modules"]


outputs:
version: ${{ steps.out.outputs.version }}
plain-version: ${{ steps.out.outputs.plain-version }}
Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:
git-release:
needs: ["generate-version", "refresh-modules"]
needs: ["generate-version"]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 819ff4e

Please sign in to comment.