Skip to content

Commit

Permalink
Do not force tag
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosuzart committed Apr 28, 2024
1 parent 0366cb6 commit 5b4a4bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
token: ${{ secrets.PERSONAL_TOKEN }}
persist-credentials: true

- run: opam exec -- dune-release tag -f -y -vv
- run: opam exec -- dune-release tag -y -v
working-directory: ${{ github.event.repository.name }}

- run: |
opam exec -- dune-release distrib
opam exec -- dune-release publish -y --token=${{ secrets.PERSONAL_TOKEN }} -vv
opam exec -- dune-release publish -y --token=${{ secrets.PERSONAL_TOKEN }} -v
working-directory: ${{ github.event.repository.name }}
- run: |
Expand Down

0 comments on commit 5b4a4bb

Please sign in to comment.