Skip to content

Commit 3695ab5

Browse files
author
wokamoto
committed
fixed bugs
1 parent d224e54 commit 3695ab5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
export TAGNAME=$(jq --raw-output .ref "$GITHUB_EVENT_PATH")
1919
sed -i -e "s/{release version}/${TAGNAME}/g" shifter-github-hosting-plugin-sample.php
2020
- name: create archive
21-
run: zip -r shifter-github-hosting-plugin-sample.zip *.zip *.md vendor/*
21+
run: zip -r shifter-github-hosting-plugin-sample.zip *.php *.md vendor/*
2222
- name: upload
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -27,4 +27,4 @@ jobs:
2727
export CREATE_EVENT_REF_TYPE=$(jq --raw-output .ref_type "$GITHUB_EVENT_PATH")
2828
export TAGNAME=$(jq --raw-output .ref "$GITHUB_EVENT_PATH")
2929
go get -u github.com/tcnksm/ghr
30-
${GOPATH}/bin/ghr -prerelease -replace ${TAGNAME} shifter-github-hosting-plugin-sample.zip
30+
${GOPATH}/bin/ghr -replace ${TAGNAME} shifter-github-hosting-plugin-sample.zip

0 commit comments

Comments
 (0)