Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtsap authored Nov 7, 2023
1 parent fd75137 commit 0d018d0
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,20 @@ jobs:
uses: actions/[email protected]
with:
token: ${{ github.token }}

release:
runs-on: ubuntu-latest
needs: build-n-publish
name: Create a Github Release
env:
SEMVER: ${{ needs.calculate-version.outputs.semVer }}
steps:
- name: Github Release
# You may pin to the exact commit or the version.
# uses: elgohr/Github-Release-Action@dbf611facd8af218b92971a7b5a75d2662cda64e
uses: elgohr/Github-Release-Action@v5
with:
# The name of the release to publish
title: v$SEMVER



Expand Down

0 comments on commit 0d018d0

Please sign in to comment.