Skip to content

Commit

Permalink
remove deprecated set-output github actions command
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktavious committed May 10, 2023
1 parent c237ac8 commit 461506a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set Release Version
id: version
run: |
echo "::set-output name=RELEASE_VERSION::$(date +v%Y.%-m.%-d)"
echo "RELEASE_VERSION=$(date +v%Y.%-m.%-d)" >> $GITHUB_OUTPUT
- name: Cache Docker Layers
run: docker pull public.ecr.aws/opslevel/cli:v2022.04.22 || true
- name: Ensure Release Does Not Exist
Expand Down

0 comments on commit 461506a

Please sign in to comment.