Skip to content

Commit

Permalink
chore(ci): replace deprecated set-output command (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Oct 26, 2022
1 parent 9bcaf11 commit 5da06ba
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 @@ -19,7 +19,7 @@ jobs:
- name: Prepare additional Metadata
id: addtional_meta
run: |
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
echo created=$(date -u +'%Y-%m-%dT%H:%M:%SZ') >> $GITHUB_OUTPUT
- name: Prepare Image Metadata
id: meta
Expand Down

0 comments on commit 5da06ba

Please sign in to comment.