Skip to content

Commit

Permalink
chore: cI yml file improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Brenzee committed Oct 31, 2023
1 parent f0c6f81 commit 7ab1152
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
name: CI
name: Semantic Release & Publish
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-lastest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12"
- uses: actions/checkout@v3
- run: yarn install --frozen-lockfile
- run: yarn test
- name: Release
- name: Release & Publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7ab1152

Please sign in to comment.