Skip to content

Commit

Permalink
#43 #45 continued (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Dec 3, 2020
1 parent a46ffdc commit b280b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpythonmanylinuxbuild_nosendpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v1
# Prevent running this job on tag-based releases
- name: Check if Git tag exists
run: echo "HEAD_TAG::$(git tag --points-at HEAD)" >> $GITHUB_ENV
run: echo "HEAD_TAG=$(git tag --points-at HEAD)" >> $GITHUB_ENV
- name: Runs only if Git tag does not exist
run: |
echo "This runs because Git tag points at HEAD ..."
Expand Down

0 comments on commit b280b5d

Please sign in to comment.