Skip to content

Commit ae43c4f

Browse files
committed
Checkout code for release workflow
The code is needed to find/execute the `release.sh` script. Also removed some duplicate/redundant workflow properies. Squashed commit of the following: commit 504714e87b3dbe82503bca38caa52f7c7343f5c8 Author: Paul Colby <[email protected]> Date: Mon Mar 10 14:05:26 2025 +1100 Restore build jobs commit fde2b9f Author: Paul Colby <[email protected]> Date: Mon Mar 10 13:31:20 2025 +1100 Checkout the code so we have the release.sh script available commit 677ca48 Author: Paul Colby <[email protected]> Date: Mon Mar 10 12:47:35 2025 +1100 Remove duplicate env properties
1 parent 2e4025f commit ae43c4f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,18 @@ on:
44
workflow_dispatch:
55
inputs:
66
tag:
7-
description: Tag to release
7+
description: Existing tag to draft a release for
88
required: true
99
type: string
1010

1111
permissions:
1212
contents: write
1313

14-
env:
15-
GH_REPO: ${{ github.repository }}
16-
GH_TOKEN: ${{ github.token }}
17-
1814
jobs:
1915
release:
2016
runs-on: ubuntu-24.04
2117
steps:
18+
- uses: actions/checkout@v4
2219
- name: Create draft release
2320
run: .github/workflows/release.sh "${TAG_NAME}"
2421
env:

0 commit comments

Comments
 (0)