Skip to content

Commit 1bc2394

Browse files
committed
fix: update release workflow to set tag format for workflow_dispatch event
1 parent 7e066ea commit 1bc2394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set Tag
4646
if: github.event_name == 'workflow_dispatch'
4747
id: set_tag
48-
run: echo "::set-output name=tag::$(git rev-parse --short HEAD)"
48+
run: echo "tag=dev-$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
4949

5050
- id: meta_operator
5151
uses: docker/metadata-action@v4

0 commit comments

Comments
 (0)