Skip to content

Commit

Permalink
chore: adjust release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturo committed Sep 29, 2023
1 parent f64fcfe commit 21e0069
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: release
on:
push:
tags:
- "v0"
workflow_dispatch: {}
- "v*"
# workflow_dispatch: {}

jobs:
release:
runs-on: ubuntu-20.04
environment: RELEASE
# environment: RELEASE
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -54,6 +54,7 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: ${{ steps.package-version.outputs.current-version }}
files: |
LICENSE
Expand Down

0 comments on commit 21e0069

Please sign in to comment.