Skip to content

Commit

Permalink
noref
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Nov 14, 2023
1 parent 7c7a82c commit ccdc4d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: 'master'
# with:
# ref: 'master'
- uses: ./.github/actions/dependencies
with:
root: false
Expand Down Expand Up @@ -52,8 +52,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: 'develop'
# with:
# ref: 'develop'
- uses: ./.github/actions/dependencies
with:
root: false
Expand Down

0 comments on commit ccdc4d0

Please sign in to comment.