Skip to content

Commit

Permalink
fix: Fixing release action, setting release as published
Browse files Browse the repository at this point in the history
  • Loading branch information
byawitz committed Apr 3, 2024
1 parent 95f843f commit e9d0550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: create release
run: gh release create ${{ github.ref_name }} -R ${{ github.repository }} -d -t "${{ github.ref_name }}" -n ""
run: gh release create ${{ github.ref_name }} -R ${{ github.repository }} -t "${{ github.ref_name }}" -n ""
- name: Set new version
run: |
VVER=${{ github.ref_name }}
Expand All @@ -82,4 +82,4 @@ jobs:
- uses: actions/setup-node@v4
- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit e9d0550

Please sign in to comment.