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.
2 parents 5a252f7 + cc4eda7 commit da387dfCopy full SHA for da387df
.github/workflows/push_main.yaml
@@ -123,7 +123,7 @@ jobs:
123
goos: windows
124
steps:
125
- uses: actions/checkout@v2
126
- - uses: wangyoucao577/go-release-action@v1.22
+ - uses: wangyoucao577/go-release-action@v1.35
127
with:
128
github_token: ${{ secrets.GITHUB_TOKEN }}
129
release_tag: "v${{ needs.release.outputs.version }}"
.github/workflows/release-build.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Set BUILD_VERSION env
26
run: echo "RELEASE_TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
27
28
29
30
goos: ${{ matrix.goos }}
0 commit comments