diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index f5baf64864..0c340a9f75 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -39,8 +39,8 @@ jobs: - name: Upload Release # Add the files one-by-one in an effort to avoid timeouts run: | - hub release create -a 5etools-${{ github.ref_name }}.zip -F RELEASE_NOTES.md ${{ github.ref_name }} - for f in $(find . -name 'img-${{ github.ref_name }}.*' -print); do hub release edit ${{ github.ref_name }} -m '' -a $f; done + gh release create "${{github.ref_name}}" --title "${{github.ref_name}}" --notes-file RELEASE_NOTES.md 5etools-${{ github.ref_name }}.zip + for f in $(find . -name 'img-${{ github.ref_name }}.*' -print); do gh release upload ${{ github.ref_name }} $f; done env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 768f10f4af..a2b0fc0124 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -56,7 +56,7 @@ jobs: - name: Cleanup run: | - rm -rf node_modules node .gitmodules *.md *.zip scss spellcheck homebrew + rm -rf node_modules node .gitmodules *.md *.zip scss spellcheck homebrew prerelease ls -lah - name: Setup Pages diff --git a/actions.html b/actions.html index 168202f2be..5bc2fab613 100644 --- a/actions.html +++ b/actions.html @@ -148,7 +148,6 @@