Skip to content

Commit

Permalink
Fix invalid version.
Browse files Browse the repository at this point in the history
  • Loading branch information
peters committed Jul 10, 2024
1 parent 16e24ff commit f309ef8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ jobs:
- name: Create github release tag
id: create-release
uses: "actions/github-script@v7"
needs: [setup]
env:
VERSION: ${{ needs.setup.outputs.SNAPX_VERSION }}
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
script: |
Expand Down

0 comments on commit f309ef8

Please sign in to comment.