Skip to content

Commit

Permalink
fix: deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
fforbeck committed Oct 31, 2022
1 parent 8371d5a commit 492b400
Show file tree
Hide file tree
Showing 3 changed files with 22,718 additions and 12,915 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,20 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18
- name: Install dependencies
run: npm ci
- name: Release
run: npm install
- name: Execute Linter
run: npm run lint
- name: Execute Build Script
run: npm run build
- name: Test
run: npm run test
- name: New Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
GITHUB_TOKEN: ${{ secrets.PAT_OLBOT_PUB_REPOS_RW }}
NPM_TOKEN: ${{ secrets.NPM_TRIBUTELABS_PUBLISH_KEY }}
run: npm run semantic-release
38 changes: 0 additions & 38 deletions .github/workflows/test.yml

This file was deleted.

Loading

0 comments on commit 492b400

Please sign in to comment.