Skip to content

Commit

Permalink
Dn 8 add semantic release (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Designaroni committed Dec 27, 2022
2 parents ce99056 + 2a0933a commit 6521444
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
###
# Run semantic-release only after all tests succeeded!
# - uses permissive GITHUB_TOKEN if we need to restrict the token in the future set permissions mannually
# - in a future step we'll deploy this project to npm
###

name: Release
Expand All @@ -19,11 +21,11 @@ jobs:
# pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16.9.0
- name: Install dependencies
Expand Down

0 comments on commit 6521444

Please sign in to comment.