Skip to content

Merge pull request #218 from fhem/dependabot/npm_and_yarn/eslint-8.51.0 #127

Merge pull request #218 from fhem/dependabot/npm_and_yarn/eslint-8.51.0

Merge pull request #218 from fhem/dependabot/npm_and_yarn/eslint-8.51.0 #127

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@v4
- name: Create tag automatic
uses: butlerlogic/action-autotag@1.1.2
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
root: ./
tag_prefix: "v"