Skip to content

Commit

Permalink
Fix Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
margau committed Aug 6, 2021
1 parent 9d2e068 commit 332fbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
container:
image: debian:buster
steps:
- uses: actions/checkout@
- uses: actions/checkout@v2
- name: Set up Git Tag Env
run: echo "GIT_TAG=`echo $(git describe --tags --abbrev=0)`" >> $GITHUB_ENV
- name: Set up Python
Expand Down

0 comments on commit 332fbd5

Please sign in to comment.