Skip to content

Commit

Permalink
chore(ci): fix deprecated command
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Oct 30, 2023
1 parent eef038d commit 1ca8aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slurm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
id: get_version
run: |
OCI_VERSION=$(echo ${GITHUB_REF#refs/*/} | sed 's/+/-/g')
echo ::set-output name=VERSION::${OCI_VERSION}
echo "VERSION=${OCI_VERSION}" >> $GITHUB_OUTPUT
- name: Build and export
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 1ca8aca

Please sign in to comment.