Skip to content

0.1.4: Use element id to map elements to steps #4

0.1.4: Use element id to map elements to steps

0.1.4: Use element id to map elements to steps #4

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:
- v0.*
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: handholdjs
run_tests: false
npmjs_org_access_public: true
publish_to_npmjs_org: true