protothreads.c

Git mirror of http://dunkels.com/adam/pt/index.html
git clone git://git.finwo.net/lib/protothreads.c
Log | Files | Refs

commit 2609cb0880fdbb91cd5889f365cef1b60190f428
parent af5b66120afee64910a3f979b3133d50b62c3fd5
Author: finwo <finwo@pm.me>
Date:   Sun, 19 Feb 2023 21:21:26 +0100

Call build-tag from workflow

Diffstat:
M.github/workflows/update-v1.0.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/update-v1.0.yml b/.github/workflows/update-v1.0.yml @@ -8,11 +8,11 @@ jobs: name: (Update) release v1.0 runs-on: ubuntu-latest steps: - - name: Print a greeting + - name: Build, commit & push new version env: MY_VAR: Hi there! My name is FIRST_NAME: Mona MIDDLE_NAME: The LAST_NAME: Octocat run: | - echo $MY_VAR $FIRST_NAME $MIDDLE_NAME $LAST_NAME. + scripts/build-tag.sh v1.0