Skip to content

Commit

Permalink
ci: fix release templates (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo authored Jan 15, 2023
1 parent f478ad6 commit d0f924b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
STELLATION_VER=$(echo '${{ github.ref_name }}' | sed 's/v*//')
echo "Current version: $STELLATION_VER"
echo "STELLATION_VER=$(echo '${{ github.ref_name }}' | sed 's/v0*//')" >> $GITHUB_ENV
echo "STELLATION_VER=$STELLATION_VER" >> $GITHUB_ENV
- name: Set Stellation Target to 'main'
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit d0f924b

Please sign in to comment.