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 f7240b3 commit ff52f62Copy full SHA for ff52f62
1 file changed
.github/workflows/release.yml
@@ -1,7 +1,8 @@
1
name: release
2
3
on:
4
- push
+ release:
5
+ types: [published]
6
7
8
@@ -25,7 +26,6 @@ jobs:
25
26
ldflags: "-X main.buildStamp=`date -u '+%Y-%m-%d_%I:%M:%S%p'` -X main.gitRevision=`git describe --tags || git rev-parse HEAD` -s -w"
27
buildmode: plugin
28
trimpath: false
- # pkg: xdcc
29
30
- name: Prepare release version
31
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
0 commit comments