Skip to content

Commit 3469376

Browse files
committed
CI script minor cleanup
1 parent e63389a commit 3469376

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/CI.yml

-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818

1919
steps:
2020

21-
# - name: Set vars
22-
# id: vars
23-
# # 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/
24-
# #run: echo "name=tag::${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT # does this not work?
25-
# run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
26-
2721
- name: Checkout code
2822
uses: actions/[email protected]
2923
with:

0 commit comments

Comments
 (0)