Skip to content

Commit

Permalink
feat: Config
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Aug 30, 2023
1 parent bb5b0af commit 227dd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_lib_widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
git config --global user.name "GitHub Actions"
new_tag="lib_widget_v_${{ steps.generate_version.outputs.new_version }}"
git tag $new_tag
git push $new_tag
git push origin $new_tag
- name: Upload
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 227dd22

Please sign in to comment.