Skip to content

Commit

Permalink
build: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zmax0 committed Jul 22, 2024
1 parent 6482486 commit 06fe8d2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: release

on:
push:
branches:
- master
tags:
- "v*.*.*"

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -26,6 +26,3 @@ jobs:
files: |
urban-spork-client-gui/target/*.zip
urban-spork-server/target/*.zip
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 06fe8d2

Please sign in to comment.