Skip to content

Commit

Permalink
CI rmake-browserslist: 依存関係修正 (#3895)
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit authored Jan 12, 2024
1 parent 979c207 commit 0b7ca3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,9 @@ jobs:
run: bash "${GITHUB_WORKSPACE}/scripts/release/dockle/run_dockle.sh"
make-browserslist:
runs-on: ubuntu-latest
needs: update-package
needs:
- update-package
- docker-compose-build-base
outputs:
browserslist: ${{ steps.set_browserslist.outputs.browserslist }}
defaults:
Expand Down

0 comments on commit 0b7ca3d

Please sign in to comment.