mirror of
https://github.com/Vale54321/schafkopf-bot.git
synced 2025-12-16 03:39:34 +01:00
committed by
GitHub
parent
e24c2df912
commit
0718870f6e
6
.github/workflows/relaseNewVersion.yml
vendored
6
.github/workflows/relaseNewVersion.yml
vendored
@@ -1,4 +1,8 @@
|
|||||||
name: Release new Version
|
name: Release new Version
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["release/*", "master"]
|
branches: ["release/*", "master"]
|
||||||
@@ -43,3 +47,5 @@ jobs:
|
|||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
files: dist.zip
|
files: dist.zip
|
||||||
|
token: ${{ secrets.PAT }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user