Skip to content

Commit

Permalink
ci: add release please (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dich0tomy committed Mar 23, 2024
1 parent bc0dd52 commit c16940b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
release-type: simple
package-name: dire
token: {{ secrets.RELEASE_PLEASE_TOKEN }}
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
- uses: actions/checkout@v4
- name: Tag major nad minor versions
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit c16940b

Please sign in to comment.