Skip to content

ci: being able to release #10

ci: being able to release

ci: being able to release #10

Workflow file for this run

---
name: rules-pact
on:
push:
branches:
- main
jobs:
release_job:
runs-on: ubuntu-20.04
container:
image: timbru31/node-alpine-git:iron
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: release
run: npm install && npx semantic-release --dry-run
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}