Skip to content

Commit

Permalink
chore: More release testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jag3dagster committed Feb 4, 2024
1 parent cce1399 commit 5e4f472
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:

steps:
- name: Split tag
env:
TAG: ${{ github.ref_name }}
id: split
run: |
echo "project=${{ env.ref_name##/* }}" >> $GITHUB_OUTPUT
echo "version=${TAG##*/}" >> $GITHUB_OUTPUT
echo "project=${{ TAG##/* }}" >> $GITHUB_OUTPUT
echo "version=${{ TAG##*/ }}" >> $GITHUB_OUTPUT
- name: Test tag split
run: |
Expand Down

0 comments on commit 5e4f472

Please sign in to comment.