mirror of
https://github.com/halogamer33/Obsidian-Fuzzy-Note-Creator.git
synced 2026-07-22 10:00:30 +00:00
ci: update the actions versions
This commit is contained in:
parent
57dbfb8ac1
commit
ea260d4e00
1 changed files with 4 additions and 8 deletions
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
|
|
@ -10,12 +10,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "18.x"
|
||||
node-version: "latest"
|
||||
|
||||
- name: Build plugin
|
||||
run: |
|
||||
|
|
@ -27,8 +27,4 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
tag="${GITHUB_REF#refs/tags/}"
|
||||
|
||||
gh release create "$tag" \
|
||||
--title="$tag" \
|
||||
--draft \
|
||||
main.js manifest.json styles.css
|
||||
gh release create "$tag" --title="$tag" --draft main.js manifest.json styles.css
|
||||
|
|
|
|||
Loading…
Reference in a new issue