Skip to content

Commit 62b2b83

Browse files
author
Mike Coutermarsh
authored
Merge branch 'master' into feature/support-target-commitish
2 parents 1a72e23 + d28992e commit 62b2b83

File tree

6 files changed

+398
-328
lines changed

6 files changed

+398
-328
lines changed

.github/workflows/versioning.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Keep the versions up-to-date
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
actions-tagger:
9+
runs-on: windows-latest
10+
steps:
11+
- uses: Actions-R-Us/actions-tagger@latest
12+
with:
13+
publish_latest: true
14+
env:
15+
GITHUB_TOKEN: '${{secrets.GITHUB_TOKEN}}'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout code
44-
uses: actions/checkout@master
44+
uses: actions/checkout@v2
4545
- name: Create Release
4646
id: create_release
4747
uses: actions/create-release@v1

0 commit comments

Comments
 (0)