Files
interactor/.gitea/workflows/push_to_main.yaml
Bryce Thorup bd96c56445
All checks were successful
Pull request change / publish (pull_request) Successful in 10s
runner worx??A?!?!?
2025-11-06 13:53:22 -07:00

21 lines
477 B
YAML

name: Push to main
on:
push:
branches: [main]
jobs:
publish:
runs-on: debian-bullseye
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: version tag
uses: https://git.thorup.us/actions/version_tag@v1
- name: npm publish
uses: https://git.thorup.us/actions/npm_publish@v1
with:
npm_repo_key: ${{ secrets.NPM_REPO_KEY }}
npm_repo_domain: ${{ vars.NPM_REPO_DOMAIN }}