Skip to content

Commit

Permalink
test new publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMoradi committed May 24, 2021
1 parent 332e95c commit b146d10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
mkdir -p master/server/build
cd master/server/build
echo "test" > Tachidesk-v0.3.8-r581.jar
echo "test" > Tachidesk-v0.3.8-r582.jar
- name: Generate Tag Name
id: GenTagName
Expand Down Expand Up @@ -130,7 +130,6 @@ jobs:
with:
token: ${{ secrets.DEPLOY_PREVIEW_TOKEN }}
artifacts: "master/server/build/*.jar,master/server/build/*.zip"
draft: true
owner: "Suwayomi"
repo: "Tachidesk-preview"
tag: ${{ steps.GenTagName.outputs.value }}
Expand Down

0 comments on commit b146d10

Please sign in to comment.