Skip to content

Commit

Permalink
create github environment for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Nov 4, 2022
1 parent 53a10bc commit 6f7642e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:

publish:
needs: [build]
if: github.ref == 'refs/heads/master'
# if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
environment: nuget
steps:
- name: Download a Build Artifact
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 6f7642e

Please sign in to comment.