Skip to content

2.1.15: Update to v1.9.0 of workflows, stop pushing to MyG #7

2.1.15: Update to v1.9.0 of workflows, stop pushing to MyG

2.1.15: Update to v1.9.0 of workflows, stop pushing to MyG #7

name: Version Tag Build
permissions:
contents: write
id-token: write
packages: write
on:
push:
# To limit whether this executes on a specific branch, you must adjust the allowed_branches input.
# Specifying 'branches' here is a logical 'OR', not a logical 'AND'.
tags:
- v2.*
jobs:
version-tag-build:
uses: ritterim/public-github-actions/.github/workflows/[email protected]
#uses: ./.github/workflows/npm-packages-release-on-tag.yml
secrets:
npmjs_org_api_key: ${{ secrets.RITTERIM_NPMJS_PUBLISH_TOKEN }}
with:
allowed_branches: |
master
npm_package_name: platform-icons
run_tests: false
npmjs_org_access_public: true
publish_to_npmjs_org: true