Skip to content

Commit

Permalink
v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahzerx committed Nov 28, 2022
1 parent 6e3f030 commit 2a26ac2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: release
on:
push:
tags:
- "v*.*"
branches:
- master
jobs:
Expand Down Expand Up @@ -34,8 +32,10 @@ jobs:
- name: Build
run: ./build.sh
- name: Upload
uses: AButler/[email protected]
uses: marvinpinto/action-automatic-releases@latest
with:
files: 'build/*'
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: 0.8
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: "latest"
files: |
build/*

0 comments on commit 2a26ac2

Please sign in to comment.