Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/brucellino/nomad-jobs into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
brucellino committed Jan 6, 2022
2 parents b063630 + 99ef810 commit cf65f1a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Release
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 'lts/*'
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit cf65f1a

Please sign in to comment.