Update pipelines with various fixes

This commit is contained in:
Conrad Kramer 2024-09-07 17:01:17 -07:00
parent aa634d03e2
commit 62a5739d86
9 changed files with 59 additions and 57 deletions

View file

@ -9,6 +9,8 @@ jobs:
create:
name: Create Release If Needed
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Checkout
uses: actions/checkout@v4