Skip to content

Commit

Permalink
Merge pull request #24 from mimiro-io/EANA-1709-Replace-set-output-wi…
Browse files Browse the repository at this point in the history
…th-GITHUB_OUTPUT-in-GH-workflows

replace deprecated set-output with GITHUB_OUTPUT in GH workflows
  • Loading branch information
andebor authored Sep 13, 2023
2 parents c908b5f + 1ae7ec9 commit 2c803e3
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 @@ -15,7 +15,7 @@ jobs:

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

- name: Set up Docker Buildx
id: buildx
Expand Down

0 comments on commit 2c803e3

Please sign in to comment.