Skip to content

Commit

Permalink
test update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Feb 16, 2024
1 parent b78e6b5 commit 30cc821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set info
run: |
echo "CHANNEL=$(echo ${GITHUB_REF} | awk -F/ '{print $4}')" >> $GITHUB_ENV
echo "BINARY_NAME=$(echo ${GITHUB_REF} | awk -F/ '{print $5}')" >> $GITHUB_ENV
echo "VERSION=$(echo ${GITHUB_REF} | awk -F/ '{print $5}')" >> $GITHUB_ENV
# Print info for debug
- name: Print Info
run: |
Expand Down

0 comments on commit 30cc821

Please sign in to comment.