Skip to content

Commit

Permalink
Update action Create Release (#75)
Browse files Browse the repository at this point in the history
- Updated to use actions/checkout@v3
- Added Run to run command to create release
  • Loading branch information
LauroSilveira authored Dec 16, 2023
1 parent 078d01b commit 1b232c9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
tags:
- 'v*'
jobs:
build:
name: Create Release
release:
name: Create Release by tag ${GITHUB_REF_NAME#v}
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1b232c9

Please sign in to comment.