Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 6dddc36

Browse files
fix: toot
Signed-off-by: Thomas Poignant <[email protected]>
1 parent 345787c commit 6dddc36

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/update-internal-module.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ jobs:
1111
name: check if release is a module/evaluation release
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Extract and print version
15-
run: |
16-
VERSION=${GITHUB_REF#refs/tags/module/evaluation/}
17-
echo "Version: $VERSION"
18-
1914
- name: Checkout goff-fork repository
2015
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2116

@@ -27,10 +22,12 @@ jobs:
2722

2823
- name: Update internal module
2924
run: |
25+
VERSION=${GITHUB_REF#refs/tags/module/evaluation/}
3026
go get github.com/thomaspoignant/goff-fork/module/evaluation@$VERSION
3127
go mod tidy
3228
go mod vendor
3329
go mod verify
30+
3431
- name: Create Pull Request to wasm-releases
3532
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
3633
with:

0 commit comments

Comments
 (0)