Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenrusinov authored Jan 13, 2023
1 parent 77f5a30 commit 82926e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
node-version: '14'

- name: Checkout 🛎️
- name: Checkout
uses: actions/[email protected]
with:
ref: ${{ github.event.inputs.ref }}
Expand All @@ -51,7 +51,8 @@ jobs:
run: |
make clean && VERSION=${{ github.event.inputs.tag }} make release
- uses: ncipollo/release-action@v1
- name: Release
uses: ncipollo/release-action@v1
with:
commit: ${{ github.event.inputs.ref }}
tag: ${{ github.event.inputs.tag }}
Expand Down

0 comments on commit 82926e9

Please sign in to comment.