Skip to content

πŸ”– version: package (#74) #241

πŸ”– version: package (#74)

πŸ”– version: package (#74) #241

Workflow file for this run

name: Release
on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
if: github.repository == 'kwchang0831/svelte-QWER'
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
fetch-depth:
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: pnpm
- run: pnpm install --frozen-lockfile
- name: Create Release Pull Request
uses: changesets/action@v1
with:
commit: 'πŸ”– version: package'
title: 'πŸ”– Version Package'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}