Skip to content

Commit

Permalink
Fixing syntax error on github actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
Guney Saramali committed Jun 18, 2024
1 parent d5092f2 commit 15a49b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/set-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
ref: master
token: ${{ secrets.PAT }}

- name: split_version
- name: Split version
id: split_version
run: |
export plain_tag=$(TAG_NAME=${{ github.ref_name }}; echo "$TAG_NAME" | cut -d "-" -f 2)
echo "version=${plain_tag}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 15a49b9

Please sign in to comment.