Skip to content

Commit

Permalink
CI script minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Jun 12, 2024
1 parent e63389a commit 3469376
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:

steps:

# - name: Set vars
# id: vars
# # run: echo ::set-output name=tag::${GITHUB_REF#refs/*/} # this is depreciated: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
# #run: echo "name=tag::${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT # does this not work?
# run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT

- name: Checkout code
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 3469376

Please sign in to comment.