File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1672,6 +1672,7 @@ jobs:
1672
1672
- checks
1673
1673
- reference-doc
1674
1674
- generate-linux-arm64-native-launcher
1675
+ - publish
1675
1676
if : github.event_name == 'push'
1676
1677
runs-on : ubuntu-20.04
1677
1678
steps :
@@ -1730,7 +1731,9 @@ jobs:
1730
1731
1731
1732
update-packages :
1732
1733
name : Update packages
1733
- needs : launchers
1734
+ needs :
1735
+ - launchers
1736
+ - publish
1734
1737
runs-on : ubuntu-20.04
1735
1738
if : startsWith(github.ref, 'refs/tags/v') && github.repository == 'VirtusLab/scala-cli'
1736
1739
steps :
@@ -1813,7 +1816,9 @@ jobs:
1813
1816
1814
1817
update-windows-packages :
1815
1818
name : Update Windows packages
1816
- needs : launchers
1819
+ needs :
1820
+ - launchers
1821
+ - publish
1817
1822
runs-on : " windows-2019"
1818
1823
if : startsWith(github.ref, 'refs/tags/v') && github.repository == 'VirtusLab/scala-cli'
1819
1824
steps :
You can’t perform that action at this time.
0 commit comments