Skip to content

Commit

Permalink
Merge pull request #31 from andstor/develop
Browse files Browse the repository at this point in the history
v3.1.1
  • Loading branch information
andstor authored Apr 1, 2020
2 parents 94936f9 + f10cb64 commit 2b7943e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Update version tag

on:
release:
types: [published]

jobs:
actions-tagger:
runs-on: ubuntu-latest
steps:
- uses: Actions-R-Us/actions-tagger@latest
with:
publish_latest: true
env:
GITHUB_TOKEN: '${{secrets.GITHUB_TOKEN}}'

0 comments on commit 2b7943e

Please sign in to comment.