Skip to content

Bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 (#5) #9

Bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 (#5)

Bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 (#5) #9

---
name: 'update-registry'
on:
push:
branches:
- master
tags:
- v*
workflow_dispatch:
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: nhatthm/gh-actions/checkout@master
- name: Notify registries
uses: nhatthm/gh-actions/notify-go-registries@master
with:
token: ${{ secrets.REGISTRY_TOKEN }}