mirror of
https://github.com/bitwarden/server.git
synced 2025-02-23 03:01:23 +01:00
removing job dependencies (#1523)
This commit is contained in:
parent
4400fdf57d
commit
bbc2483968
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -68,7 +68,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs:
|
||||||
- setup
|
- setup
|
||||||
- release
|
|
||||||
env:
|
env:
|
||||||
RELEASE_VERSION: ${{ needs.setup.outputs.release_version }}
|
RELEASE_VERSION: ${{ needs.setup.outputs.release_version }}
|
||||||
TAG_VERSION: ${{ needs.setup.outputs.tag_version }}
|
TAG_VERSION: ${{ needs.setup.outputs.tag_version }}
|
||||||
|
Loading…
Reference in New Issue
Block a user