Skip to content

Commit

Permalink
Correct releases tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Apr 11, 2024
1 parent f19bde4 commit d8b6055
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 @@ -12,7 +12,7 @@ on:
description: 'Release version tag'
type: string
required: false
default: master
default: snapshot

permissions:
contents: read
Expand All @@ -39,7 +39,7 @@ jobs:
needs: log-the-inputs
uses: ./.github/workflows/tarball.yml
with:
use_tag: ${{ needs.log-the-inputs.outputs.rel_tag }}
use_tag: master
use_environ: release

call-workflow-ctest:
Expand Down

0 comments on commit d8b6055

Please sign in to comment.