Skip to content

Merge pull request #15 from PromptExecution/feature/interactive-robot… #11

Merge pull request #15 from PromptExecution/feature/interactive-robot…

Merge pull request #15 from PromptExecution/feature/interactive-robot… #11

Workflow file for this run

name: Create Tag on package.json update
on:
push:
branches:
- main
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # setting GH_TOKEN for the entire workflow
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: butlerlogic/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
strategy: "package"
tag_prefix: "v"