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 26e2c26 commit b6ef4e5Copy full SHA for b6ef4e5
.github/workflows/push_main.yaml
@@ -123,7 +123,7 @@ jobs:
123
goos: windows
124
steps:
125
- uses: actions/checkout@v3
126
- - uses: wangyoucao577/go-release-action@v1.36
+ - uses: wangyoucao577/go-release-action@v1.50
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