Skip to content

Merge pull request #4 from observeinc/joao/secrets #5

Merge pull request #4 from observeinc/joao/secrets

Merge pull request #4 from observeinc/joao/secrets #5

Workflow file for this run

name: Update semver tags
on:
push:
branches-ignore:
- '**'
tags:
- 'v*.*.*'
jobs:
update-semver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haya14busa/action-update-semver@v1