Skip to content

Commit

Permalink
chore: Update GitHub Actions workflow to create releases
Browse files Browse the repository at this point in the history
  • Loading branch information
amengus87 committed Aug 28, 2024
1 parent 4a0f591 commit 2e3ab86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:

# Create Release
- name: Create release
if: |
github.ref == 'refs/heads/main' &&
github.repository == 'isontheline/vscode-sysmon'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 2e3ab86

Please sign in to comment.