Skip to content

Commit

Permalink
slightly updated autorelease action
Browse files Browse the repository at this point in the history
  • Loading branch information
Oaphi committed Jul 10, 2021
1 parent 850009b commit 9be4395
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name: "release"
on:
push:
tags:
- "v*"
- "*"

jobs:
release:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v2
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 9be4395

Please sign in to comment.