We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb0b66 commit 3025421Copy full SHA for 3025421
.github/workflows/release.lib.yaml
@@ -80,8 +80,8 @@ jobs:
80
NESTED_GO_MODULES="$(task release:list-nested-modules)"
81
82
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 }}"
+ git tag -a "${MODULE}/${{ env.version }}" -m "Release ${{ env.version }}"
+ git push origin "${MODULE}/${{ env.version }}"
85
done
86
87
- name: Build Changelog
0 commit comments