Skip to content

Commit

Permalink
Merge pull request #148 from NoxOrg/jan-schutte-patch-1
Browse files Browse the repository at this point in the history
Update nox_cd.yaml
  • Loading branch information
jan-schutte authored Jan 3, 2024
2 parents 2e5753a + 1c907f3 commit 6089e2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nox_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ steps.gitversion.outputs.semVer }}"
release_name: Release v${{ steps.gitversion.outputs.semVer }}"
Expand Down

0 comments on commit 6089e2c

Please sign in to comment.