Skip to content

Commit

Permalink
ci(projects): update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Mar 25, 2024
1 parent 25fc24c commit 7b298c6
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,24 @@
name: Release

permissions:
contents: write

on:
push:
tags:
- "v*"

jobs:
release:
permissions:
id-token: write
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Set node
uses: actions/setup-node@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
cache: pnpm
registry-url: "https://registry.npmjs.org"
node-version: 18.x

- run: npx githublogen
env:
Expand Down

0 comments on commit 7b298c6

Please sign in to comment.