File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8787 uses : softprops/action-gh-release@v1
8888 env :
8989 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
90- if : ${{ startsWith(github.ref, 'refs/tags/') && matrix.ghc == '8.10.7 ' }}
90+ if : ${{ startsWith(github.ref, 'refs/tags/') && matrix.ghc == '9.2.2 ' }}
9191 with :
9292 files : threadscope.${{ matrix.os }}.ghc-${{ matrix.ghc }}.gz
9393 draft : false
@@ -143,7 +143,7 @@ jobs:
143143 uses : softprops/action-gh-release@v1
144144 env :
145145 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
146- if : ${{ startsWith(github.ref, 'refs/tags/') && matrix.ghc == '8.10.7 ' }}
146+ if : ${{ startsWith(github.ref, 'refs/tags/') && matrix.ghc == '9.2.2 ' }}
147147 with :
148148 files : threadscope.${{ matrix.os }}.ghc-${{ matrix.ghc }}.zip
149149 draft : false
You can’t perform that action at this time.
0 commit comments