Skip to content

Commit

Permalink
Add output step
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Sep 29, 2023
1 parent 2042a86 commit 2b0ab89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set output
id: vars
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: "3.10"
Expand Down

0 comments on commit 2b0ab89

Please sign in to comment.