Skip to content

Commit

Permalink
release(gerd): 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aleneum committed Nov 29, 2024
1 parent 4c9c66b commit 70aec05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: set-tag
run: |
echo "::set-output name=img_name::$(bash scripts/process_msg.sh ${{github.event.head_commit.message}} 1)"
echo "::set-output name=img_ver::$(bash scripts/process_msg.sh ${{github.event.head_commit.message}} 2)"\
echo "::set-output name=img_ver::$(bash scripts/process_msg.sh ${{github.event.head_commit.message}} 2)"
echo $(bash scripts/process_msg.sh ${{github.event.head_commit.message}} 1)
echo $(bash scripts/process_msg.sh ${{github.event.head_commit.message}} 2)
- name: Log in to the Container registry
Expand Down

0 comments on commit 70aec05

Please sign in to comment.