Skip to content

Commit

Permalink
Update create_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmyt committed Aug 30, 2024
1 parent 1e0a3a8 commit d05fea8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout project
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0

- name: Setup node
uses: actions/setup-node@v3
Expand Down Expand Up @@ -47,7 +49,7 @@ jobs:
git config --local user.email "actions@github.com"
git add package.json
git commit -m "Update version to ${{ steps.get_version.outputs.version }}"
git push origin HEAD:${{ github.ref }}
git push origin HEAD:main
- name: Create GitHub Release
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit d05fea8

Please sign in to comment.