Skip to content

Commit

Permalink
Merge pull request #156 from banzaicloud/ci/replace-deprecated-gha-se…
Browse files Browse the repository at this point in the history
…t-output

Replaced GHA `set-output` with `GITHUB_OUTPUT`
  • Loading branch information
pregnor authored Dec 7, 2022
2 parents c90c27f + 190b1da commit c218c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Set ref
id: set-ref
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT

- name: Trigger pke-image build
uses: actions/github-script@v6
Expand Down

0 comments on commit c218c14

Please sign in to comment.