Skip to content

Commit

Permalink
Merge branch 'master' into feature/support-target-commitish
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Coutermarsh committed Jun 16, 2020
2 parents 1a72e23 + d28992e commit 62b2b83
Show file tree
Hide file tree
Showing 6 changed files with 398 additions and 328 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: Keep the versions up-to-date

on:
release:
types: [published]

jobs:
actions-tagger:
runs-on: windows-latest
steps:
- uses: Actions-R-Us/actions-tagger@latest
with:
publish_latest: true
env:
GITHUB_TOKEN: '${{secrets.GITHUB_TOKEN}}'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v2
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
Loading

0 comments on commit 62b2b83

Please sign in to comment.