Skip to content

Update tag.yaml

Update tag.yaml #2

Workflow file for this run

name: tag
on:
push:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Tag commit
uses: tvdias/[email protected]
with:
repo-token: "${{ secrets.user_token }}"
tag: "my_tag"