Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-foscato committed Jan 6, 2025
1 parent bd88633 commit ce4f788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Get version identifier
id: get_version
run: |
echo VERSION::${GITHUB_REF#refs/tags/v} >> $GITHUB_OUTPUT
echo VERSION=${GITHUB_REF#refs/tags/v} >> $GITHUB_OUTPUT
echo ${GITHUB_REF#refs/tags/v}
- name: Setup Miniconda
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Get version identifier
id: get_version
run: |
echo VERSION::${GITHUB_REF#refs/tags/v} >> $GITHUB_OUTPUT
echo VERSION=${GITHUB_REF#refs/tags/v} >> $GITHUB_OUTPUT
echo ${GITHUB_REF#refs/tags/v}
- name: Setup Miniconda
Expand Down

0 comments on commit ce4f788

Please sign in to comment.