Skip to content

Merge pull request #35 from refcell/refcell/main-tags #1

Merge pull request #35 from refcell/refcell/main-tags

Merge pull request #35 from refcell/refcell/main-tags #1

Workflow file for this run

name: tag
on:
push:
branches:
- main
jobs:
tag:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
- name: Bump version and push tag
uses: anothrNick/github-tag-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_OWNER: refcell