We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd5a86 commit e163659Copy full SHA for e163659
.github/workflows/deploy.yml
@@ -14,6 +14,11 @@ permissions: {}
14
15
jobs:
16
build:
17
+ runs-on: ubuntu-latest
18
+ timeout-minutes: 10
19
+ environment: deploy
20
+ steps:
21
+
22
- uses: actions/checkout@v3
23
with:
24
fetch-depth: 0
@@ -45,7 +50,7 @@ jobs:
45
50
uses: actions/setup-python@v4
46
51
47
52
python-version: "3.7"
48
-release-notes:
53
+ release-notes:
49
54
55
# todo: generate the content in the build job
56
needs: [deploy]
@@ -54,7 +59,7 @@ release-notes:
59
environment: deploy
60
permissions:
61
contents: write
57
-
62
58
63
64
65
0 commit comments