Skip to content

Commit

Permalink
min
Browse files Browse the repository at this point in the history
  • Loading branch information
maastha committed Feb 21, 2025
1 parent 8a096ab commit 2456810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
ref: ${{ inputs.use_existing_tag == 'true' && inputs.version_number || 'master' }}
ref: ${{ inputs.use_existing_tag == 'true' && inputs.version_number || 'main' }}

create-tag:
runs-on: ubuntu-latest
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
ref: 'master'
ref: 'main'
- name: Get the latest commit SHA
id: get-sha
run: echo "sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 2456810

Please sign in to comment.