Skip to content

Commit 3025421

Browse files
authored
fix: MODULE is a shell env variable
1 parent 4fb0b66 commit 3025421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.lib.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
NESTED_GO_MODULES="$(task release:list-nested-modules)"
8181
8282
for MODULE in $NESTED_GO_MODULES; do
83-
git tag -a "${{MODULE}}/${{ env.version }}" -m "Release ${{ env.version }}"
84-
git push origin "${{MODULE}}/${{ env.version }}"
83+
git tag -a "${MODULE}/${{ env.version }}" -m "Release ${{ env.version }}"
84+
git push origin "${MODULE}/${{ env.version }}"
8585
done
8686
8787
- name: Build Changelog

0 commit comments

Comments
 (0)