commit d58bf538ae277f192b1fc6b94223213108781a50 parent 2609cb0880fdbb91cd5889f365cef1b60190f428 Author: finwo <finwo@pm.me> Date: Sun, 19 Feb 2023 21:23:18 +0100 Add checkout to the workflow so we actually have the script Diffstat:
| M | .github/workflows/update-v1.0.yml | | | 10 | ++-------- |
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/update-v1.0.yml b/.github/workflows/update-v1.0.yml @@ -8,11 +8,5 @@ jobs: name: (Update) release v1.0 runs-on: ubuntu-latest steps: - - name: Build, commit & push new version - env: - MY_VAR: Hi there! My name is - FIRST_NAME: Mona - MIDDLE_NAME: The - LAST_NAME: Octocat - run: | - scripts/build-tag.sh v1.0 + - uses: actions/checkout@v3 + - run: scripts/build-tag.sh v1.0