Skip to content

Commit

Permalink
style(release): format config
Browse files Browse the repository at this point in the history
  • Loading branch information
lsndr committed Apr 15, 2024
1 parent 983e44f commit cb1d978
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Build & Test

on:
push:
branches:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Release

on:
push:
branches:
- master
- next
- "*.x"
- "*.x.x"
- '*.x'
- '*.x.x'

permissions:
contents: read # for checkout
Expand Down Expand Up @@ -38,9 +39,9 @@ jobs:
- name: Setup LTS Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/*"
node-version: 'lts/*'
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: npx semantic-release

0 comments on commit cb1d978

Please sign in to comment.