This commit is contained in:
Simon Larsen
2023-07-30 21:44:46 +01:00
parent caf8c2899d
commit 5062835727

View File

@@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- run: echo "${{needs.generate-build-number.outputs.build_number}}"
- name: "Build Changelog"
id: build_changelog
@@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -118,7 +118,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -177,7 +177,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -236,7 +236,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -295,7 +295,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -354,7 +354,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -413,7 +413,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -472,7 +472,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -531,7 +531,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -590,7 +590,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -649,7 +649,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -708,7 +708,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -767,7 +767,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -826,7 +826,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -885,7 +885,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -944,7 +944,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -1003,7 +1003,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -1062,7 +1062,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -1121,7 +1121,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -1180,7 +1180,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with:
@@ -1239,7 +1239,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: release
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
with: