Browse Source

Remove old 'release' ref in workflow (#1328)

pull/1333/head
Vince Grassia 4 years ago committed by GitHub
parent
commit
75984a2e37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -116,8 +116,6 @@ jobs: @@ -116,8 +116,6 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
with:
ref: release
- name: Setup git config
run: |

Loading…
Cancel
Save