Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

fix: version mess (#33) #74

fix: version mess (#33)

fix: version mess (#33) #74

Workflow file for this run

name: Semantic Release
on:
push:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm install
- run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REACT_APP_AWS_SERVICE_ENDPOINT: ${{ secrets.REACT_APP_AWS_SERVICE_ENDPOINT }}
REACT_APP_MAGIC_LINK_API_KEY: ${{ secrets.REACT_APP_MAGIC_LINK_API_KEY }}