Skip to content

Commit

Permalink
fix tagging (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed May 30, 2024
1 parent a221df2 commit f417cd5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,13 @@ jobs:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true
with:
pages_branch: gh-pages
pages_branch: gh-pages

- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ needs.generate-version.outputs.version }}
prerelease: false
title: ${{ needs.generate-version.outputs.version }}
files: |
LICENSE

0 comments on commit f417cd5

Please sign in to comment.