mirror of
https://github.com/XFox111/PasswordGeneratorExtension.git
synced 2026-04-22 08:08:01 +03:00
Pipeline job dependency fix
This commit is contained in:
@@ -40,6 +40,7 @@ jobs:
|
||||
path: 'build'
|
||||
|
||||
Firefox:
|
||||
needs: Build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@@ -82,6 +83,7 @@ jobs:
|
||||
draft: false
|
||||
|
||||
Chrome:
|
||||
needs: Build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@@ -122,6 +124,7 @@ jobs:
|
||||
draft: false
|
||||
|
||||
Edge:
|
||||
needs: Build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user