Skip to content

Pull through artifactory #102

Pull through artifactory

Pull through artifactory #102

Workflow file for this run

name: Bump version
on:
push:
branches:
- master
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@master
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/github-tag-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}