Skip to content

Commit

Permalink
Just release on tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
r4um authored Mar 23, 2024
1 parent 55637ff commit 26d35de
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@ on:
push:
tags:
- '*'
workflow_run:
workflows: ["CI"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -43,7 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ steps.extract_version.outputs.version }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

Expand Down

0 comments on commit 26d35de

Please sign in to comment.