Skip to content

hotfix: authenticate Gemfury using .npmrc file (#113) #14

hotfix: authenticate Gemfury using .npmrc file (#113)

hotfix: authenticate Gemfury using .npmrc file (#113) #14

Workflow file for this run

name: Create Tag on package.json update
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: "${{ secrets.GH_AUTH_TOKEN }}"
fetch-depth: 0
- uses: butlerlogic/[email protected]
with:
GITHUB_TOKEN: "${{ secrets.GH_AUTH_TOKEN }}"
tag_prefix: "v"