Skip to content

Commit

Permalink
fix: Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
aemr3 committed Jul 3, 2024
1 parent 233d623 commit a14ad8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Docker meta
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Release
if: !startsWith(github.event.head_commit.message, 'chore(release):')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GIT_PAT }}
GIT_AUTHOR_NAME: ${{ vars.GIT_NAME }}
GIT_AUTHOR_EMAIL: ${{ vars.GIT_EMAIL }}
GIT_COMMITTER_NAME: ${{ vars.GIT_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"assets": [
"package.json"
],
"message": "chore(release): Release ${nextRelease.version} [skip release]"
"message": "chore(release): Release ${nextRelease.version}"
}
]
]
Expand Down

0 comments on commit a14ad8c

Please sign in to comment.