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 7cb09f5 commit 5d97af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-fe-docker-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
node-version: '20'

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

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

0 comments on commit 5d97af8

Please sign in to comment.