Skip to content

Commit

Permalink
fix: some things
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Feb 14, 2022
1 parent ab06827 commit 59acfe3
Show file tree
Hide file tree
Showing 4 changed files with 1,175 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
create_pr:
name: PR for new version
runs-on: ubuntu-latest
if: github.repository_owner == 'Garlic-Team' && github.event_name != 'workflow_dispatch'
if: github.repository_owner == 'Garlic-Team' && github.event_name == 'workflow_dispatch'

steps:
- name: Checkout repository
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
git checkout -b "chore/release/${{ steps.get_version.outputs.version }}"
npm run ci:changelog
npm run changelog
git add --all .
git commit -m "chore(release): ${{ steps.get_version.outputs.version }} 🎉" -m "Build ran for ${GITHUB_SHA}"
Expand Down
Loading

0 comments on commit 59acfe3

Please sign in to comment.