Skip to content

Commit

Permalink
disabling github token
Browse files Browse the repository at this point in the history
  • Loading branch information
Delyc committed Aug 23, 2024
1 parent 9f244b8 commit 40e3787
Show file tree
Hide file tree
Showing 4 changed files with 462 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-push-fe-docker-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'


- name: Install dependencies
working-directory: ./Website/ui
run: npm install

- name: Run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./Website/ui
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
5 changes: 2 additions & 3 deletions .releaserc → Website/ui/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/git",
"@semantic-release/npm"
"@semantic-release/npm",
"@semantic-release/git"
],
"tagFormat": "v${version}"
}
Loading

0 comments on commit 40e3787

Please sign in to comment.