Skip to content

Merge pull request #209 from fhem/dependabot/npm_and_yarn/jest-29.6.3 #118

Merge pull request #209 from fhem/dependabot/npm_and_yarn/jest-29.6.3

Merge pull request #209 from fhem/dependabot/npm_and_yarn/jest-29.6.3 #118

Workflow file for this run

name: TagRelease
on:
# Triggers the workflow on push events but only for the main branch!
push:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
create:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Create tag automatic
uses: butlerlogic/action-autotag@1.1.2
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
root: ./
tag_prefix: "v"