Skip to content

Merge pull request #230 from fhem/dependabot/github_actions/sidey79/n… #139

Merge pull request #230 from fhem/dependabot/github_actions/sidey79/n…

Merge pull request #230 from fhem/dependabot/github_actions/sidey79/n… #139

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/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
root: ./
tag_prefix: "v"