Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Nov 3, 2024
1 parent 67b4a97 commit f0e4760
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,6 @@ jobs:
name: Install pnpm
with:
version: 9
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.MYNA_APP_ID }}
private-key: ${{ secrets.MYNA_APP_SECRET }}
- name: 'bot: version bump'
uses: phips28/gh-action-bump-version@master
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
with:
version-type: 'prerelease'
commit-message: 'bump version'
skip-tag: 'true'
skip-commit: 'false'
- name: Build project
run: |
pnpm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plugnmeet-client",
"version": "1.6.5-rc.6",
"version": "1.6.5",
"author": "Jibon L. Costa",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit f0e4760

Please sign in to comment.