Skip to content

Commit

Permalink
feat: versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Delyc committed Aug 26, 2024
1 parent a0e0379 commit 7cb09f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-push-fe-docker-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ jobs:
node-version: '20'

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

- name: Run semantic-release
working-directory: ../../
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release

0 comments on commit 7cb09f5

Please sign in to comment.