Skip to content

Commit

Permalink
small CI cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
wwiv committed Dec 23, 2023
1 parent 119fa50 commit c345ddc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/wwiv-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "WWIV_TAG: ${{ env.WWIV_TAG }}"
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
git tag -f -a "${{ env.WWIV_TAG }}" -m "Moved CI tag to commit: " ${GITHUB_SHA}
git tag -f -a "${{ env.WWIV_TAG }}" -m "${{ env.WWIV_TAG }} SHA: " ${{ github.sha }}
git push origin ${{ env.WWIV_TAG }}
create_release:
Expand Down Expand Up @@ -108,9 +108,8 @@ jobs:
shell: bash
run: |
echo "WWIV_RELEASE_ARCHIVE_FILE: ${{ env.WWIV_RELEASE_ARCHIVE_FILE }}"
echo "vars context: $VARS"
echo "vars context: ${{ env.VARS }}"
echo "explicit vars usage: ${{ vars.WWIV_RELEASE }}"
echo "Using in env: $RELEASE"
# Check it out again since now it's a new job.
Expand Down

0 comments on commit c345ddc

Please sign in to comment.