telackey/whoami #47

Merged
telackey merged 5 commits from telackey/whoami into main 2023-11-21 23:29:13 +00:00
Showing only changes of commit a6d490d1d9 - Show all commits

View File

@ -1,5 +1,8 @@
name: Publish npm package to gitea name: Publish npm package to gitea
on: on:
push:
branches:
- '*'
release: release:
types: [published] types: [published]
jobs: jobs:
@ -31,6 +34,6 @@ jobs:
- name: Authenticate to git.vdb.to registry - name: Authenticate to git.vdb.to registry
run: | run: |
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.GITEA_PUBLISH_TOKEN }}" npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.GITEA_PUBLISH_TOKEN }}"
- name: npm publish - name: npm whoami
run: | run: |
npm publish npm whoami