mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;ci: release: fix action-gh-release not running ?
This commit is contained in:
parent
68e7ff4644
commit
8d237869db
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -41,6 +41,6 @@ jobs:
|
||||
|
||||
- name: Create Release (softprops/action-gh-release)
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
Loading…
Reference in New Issue
Block a user