Skip to content

tag latest

tag latest #24

Workflow file for this run

name: tag latest
on:
workflow_dispatch:
jobs:
test:
name: tag npm packages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Write npm credentials
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" >> .npmrc
echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" >> .npmrc-publish
npm whoami
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- name: Add tags
run: ./ops/npm-tag.sh