Skip to content

Bump golang.org/x/net from 0.0.0-20200202094626-16171245cfb2 to 0.7.0… #6

Bump golang.org/x/net from 0.0.0-20200202094626-16171245cfb2 to 0.7.0…

Bump golang.org/x/net from 0.0.0-20200202094626-16171245cfb2 to 0.7.0… #6

Workflow file for this run

name: Tag
on:
push:
branches:
- master
jobs:
tag:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Bump version and push tag
uses: anothrNick/github-tag-action@master
env:
DEFAULT_BUMP: patch
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_OWNER: ace-teknologi
WITH_V: true