mirror of
https://github.com/synomal/Flint.git
synced 2026-07-16 08:51:09 +00:00
should be the last one
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user