Skip to content

Commit

Permalink
tag_name
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed May 3, 2024
1 parent 21ff162 commit 257cd76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: |
if [[ ${{ github.event.ref }} =~ ^refs/tags/v[0-9]+(\.[0-9]+)*_extension$ ]]; then
echo "match=true" >> $GITHUB_OUTPUT
echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
fi
- name: Install publish dependencies
if: steps.extension-check-tag.outputs.match == 'true'
Expand Down

0 comments on commit 257cd76

Please sign in to comment.