Skip to content

Commit

Permalink
Fixes to new automatic releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Dec 1, 2023
1 parent f6d9eeb commit 99eddef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
git remote add gh-origin https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit 99eddef

Please sign in to comment.