Skip to content

Commit

Permalink
update...
Browse files Browse the repository at this point in the history
  • Loading branch information
DevOpsDave committed Jan 10, 2024
1 parent 3258b09 commit a23543b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/check-for-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
# Comment out checkouts since we are not checking for the changelog.txt
#- uses: actions/checkout@v2

# checkout the master branch to compare changelog.txt
- uses: actions/checkout@v2
with:
ref: master
path: ./masterbranch
#- uses: actions/checkout@v2
# with:
# ref: master
# path: ./masterbranch

- name: Get release label
uses: actions-ecosystem/[email protected]
Expand Down

0 comments on commit a23543b

Please sign in to comment.