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
8043570761
commit
e7c2ce8262
1 changed files with 5 additions and 1 deletions
6
.github/workflows/beta-release.yaml
vendored
6
.github/workflows/beta-release.yaml
vendored
|
|
@ -1,4 +1,8 @@
|
|||
# https://github.com/SilentVoid13/Templater/blob/master/.github/workflows/release.yml
|
||||
- name: Set Release Name
|
||||
id: set_release_name
|
||||
run: echo "RELEASE_NAME=$(echo $GITHUB_REF | sed 's/refs\/tags\///')" >> $GITHUB_ENV
|
||||
---
|
||||
name: Plugin-beta release
|
||||
on:
|
||||
push:
|
||||
|
|
@ -18,7 +22,7 @@ jobs:
|
|||
- name: Plugin beta release
|
||||
uses: ncipollo/release-action@v1.12.0
|
||||
with:
|
||||
name: Beta release ${{ replace(github.ref, 'refs/tags/', '') }}
|
||||
name: Beta Release ${{ env.RELEASE_NAME }}
|
||||
prerelease: true
|
||||
artifacts: "main.js,manifest.json,styles.css"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue