Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
butlerx committed Jan 29, 2022
1 parent 34f868c commit d617ed9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ on:
tags:
- 'v*'
jobs:
build:
Release:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v2
- name: Create Release
uses: fregante/release-with-changelog@v3
with:
token: ${{ secrets.NODE_GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
title: 'Release {tag}'
exclude: true
commit-template: '- {title} ← {hash}'
Expand Down

0 comments on commit d617ed9

Please sign in to comment.