should be the last one

This commit is contained in:
Sexy Dev
2026-03-05 11:45:23 -06:00
parent 744b58f756
commit ac8bdff8a4

View File

@@ -11,6 +11,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
environment: PAT_TOKEN
permissions:
contents: write
outputs:
@@ -70,6 +71,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs: build
environment: PAT_TOKEN
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
permissions:
contents: write