We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d224e54 commit 3695ab5Copy full SHA for 3695ab5
1 file changed
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
export TAGNAME=$(jq --raw-output .ref "$GITHUB_EVENT_PATH")
19
sed -i -e "s/{release version}/${TAGNAME}/g" shifter-github-hosting-plugin-sample.php
20
- name: create archive
21
- run: zip -r shifter-github-hosting-plugin-sample.zip *.zip *.md vendor/*
+ run: zip -r shifter-github-hosting-plugin-sample.zip *.php *.md vendor/*
22
- name: upload
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -27,4 +27,4 @@ jobs:
27
export CREATE_EVENT_REF_TYPE=$(jq --raw-output .ref_type "$GITHUB_EVENT_PATH")
28
29
go get -u github.com/tcnksm/ghr
30
- ${GOPATH}/bin/ghr -prerelease -replace ${TAGNAME} shifter-github-hosting-plugin-sample.zip
+ ${GOPATH}/bin/ghr -replace ${TAGNAME} shifter-github-hosting-plugin-sample.zip
0 commit comments