Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman committed Jul 25, 2024
1 parent 7928de1 commit a10d3f8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,4 @@ jobs:
uses: martinbeentjes/npm-get-version-action@v1.3.1
id: get-package-version
- name: Create a release
uses: elgohr/Github-Release-Action@v5
with:
title: ${{ steps.get-package-version.outputs.current-version }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create -t ${{ steps.get-package-version.outputs.current-version }} ${{ steps.get-package-version.outputs.current-version }} --generate-notes

0 comments on commit a10d3f8

Please sign in to comment.