Skip to content

Commit

Permalink
remove set env
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmd5 committed Jun 16, 2023
1 parent 74f6866 commit 7213948
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set env
run: echo "RELEASE_VERSION=1.0.0" >> $GITHUB_ENV
- name: Test
run: |
echo ${{ env.RELEASE_VERSION }}

- name: Setup .NET
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 7213948

Please sign in to comment.