Skip to content

Commit

Permalink
Fix GitHub Workflow: Conda Build
Browse files Browse the repository at this point in the history
Before it doesn't allow branch name to include `/` and `-` such as `qy/fix-github-actions`
  • Loading branch information
qin-yu committed Apr 11, 2024
1 parent 680c73c commit a4baf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-on-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set PlantSeg version name
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
run: echo "RELEASE_VERSION=$(date +%Y%m%d%H%M%S)" >> $GITHUB_ENV
- name: Print PlantSeg version name
run: |
echo $RELEASE_VERSION
Expand Down

0 comments on commit a4baf0f

Please sign in to comment.