File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -120,11 +120,6 @@ jobs:
120120 permissions :
121121 contents : write
122122 steps :
123- - uses : actions/checkout@v5
124- with :
125- fetch-depth : 0
126- persist-credentials : true
127-
128123 - name : Download Package
129124 uses : actions/download-artifact@v6
130125 with :
@@ -140,6 +135,7 @@ jobs:
140135 - name : Publish GitHub Release
141136 env :
142137 VERSION : ${{ github.event.inputs.version }}
138+ GH_REPO : ${{ github.repository }}
143139 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
144140 run : |
145141 gh release create --notes-file gh-release-notes.md --verify-tag "$VERSION" dist/*
Original file line number Diff line number Diff line change 1+ 13942.contrib.rst
Original file line number Diff line number Diff line change 1+ The CI/CD part of the release automation is now capable of
2+ creating GitHub Releases without having a Git checkout on
3+ disk -- by :user: `bluetech ` and :user: `webknjaz `.
You can’t perform that action at this time.
0 commit comments