Skip to content

Commit

Permalink
chore: test release
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Oct 17, 2023
1 parent 70c28a8 commit df86570
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
name: 'Release'

on:
push:
branches:
- main

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
- run: pnpm run build
# - run: pnpm run publish
# env:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

# name: 'Release'
# on:
# push:
Expand Down

0 comments on commit df86570

Please sign in to comment.