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
e3cf795ab3
commit
345df3e6fe
1 changed files with 3 additions and 1 deletions
4
.github/workflows/beta-release.yaml
vendored
4
.github/workflows/beta-release.yaml
vendored
|
|
@ -17,5 +17,7 @@ jobs:
|
|||
- name: Plugin beta release
|
||||
uses: ncipollo/release-action@v1.12.0
|
||||
with:
|
||||
artifacts: "main.js,manifest-beta.json,styles.css"
|
||||
release_name: Beta Release ${{ github.ref }}
|
||||
prerelease: true
|
||||
artifacts: "main.js,manifest.json,styles.css"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue