Skip to content

Commit

Permalink
chore: fix release workflow (#3414)
Browse files Browse the repository at this point in the history
#label:release v1.9.1-rc.0

---------

Signed-off-by: kpk47 <kkris@google.com>
  • Loading branch information
kpk47 committed Mar 21, 2024
1 parent 6953299 commit e4fc9a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -44,11 +44,13 @@ jobs:
path: __EXAMPLE_PACKAGE__
- name: manual release ref
env:
GH_TOKEN: ${{ github.token }}
RELEASE_TAG: "${{ inputs.release-tag }}"
if: github.ref_type != 'tag'
run: ./__THIS_REPO__/.github/workflows/scripts/pre-release/references.sh
- name: new tag release ref
env:
GH_TOKEN: ${{ github.token }}
RELEASE_TAG: "${{ github.ref_name }}"
if: github.ref_type == 'tag'
run: ./__THIS_REPO__/.github/workflows/scripts/pre-release/references.sh
Expand Down

0 comments on commit e4fc9a0

Please sign in to comment.