mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Update beta-release.yaml
This commit is contained in:
parent
c92e401b37
commit
c762deecd5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/beta-release.yaml
vendored
2
.github/workflows/beta-release.yaml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Plugin beta release
|
||||
uses: ncipollo/release-action@v1.12.0
|
||||
with:
|
||||
release_name: Beta Release ${{ github.ref }}
|
||||
name: Beta Release ${{ github.ref }}
|
||||
prerelease: true
|
||||
artifacts: "main.js,manifest.json,styles.css"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue