Skip to content

Commit

Permalink
fix workflow #11
Browse files Browse the repository at this point in the history
  • Loading branch information
cars10 committed Jul 4, 2023
1 parent 9694f87 commit 8fe6d4f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@ jobs:
package_version: ${{ steps.package-version.outputs.current-version }}
steps:
- uses: actions/checkout@v3
- name: Create Github release draft
- uses: ncipollo/release-action@v1
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prerelease: true
draft: true
tag_name: ${{github.ref_name}}
release_name: ${{github.ref_name}}
tag: ${{github.ref_name}}
name: ${{github.ref_name}}
- name: Get current package version
id: package-version
uses: martinbeentjes/[email protected]
Expand Down

0 comments on commit 8fe6d4f

Please sign in to comment.