1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-22 02:51:33 +01:00

removing job dependencies (#1523)

This commit is contained in:
Joseph Flinn 2021-08-18 18:51:38 -07:00 committed by GitHub
parent 4400fdf57d
commit bbc2483968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,6 @@ jobs:
runs-on: ubuntu-latest
needs:
- setup
- release
env:
RELEASE_VERSION: ${{ needs.setup.outputs.release_version }}
TAG_VERSION: ${{ needs.setup.outputs.tag_version }}