Skip to content

Commit

Permalink
Updated gren
Browse files Browse the repository at this point in the history
  • Loading branch information
ole1986 committed Nov 29, 2024
1 parent 857b07a commit e4b9c01
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,9 @@ jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install [email protected] -g
- name: Write PreRelease Notes
env:
GREN_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_EVENT_REF: ${{ github.event.ref }}
run: |
tagname="${GITHUB_EVENT_REF/refs\/tags\//}"
gren release --override -d --tags=$tagname
- uses: actions/checkout@v3
- uses: lakto/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
options: "--override --prerelease"

0 comments on commit e4b9c01

Please sign in to comment.