Skip to content

Commit

Permalink
Setup path
Browse files Browse the repository at this point in the history
  • Loading branch information
linwenda committed Jan 18, 2023
1 parent f1009f1 commit 3bdaf1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
tags:
- '*.*.*'
paths:
- 'Wax.nuspec'

jobs:
publish:
name: Publish to nuget
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup version from tag
Expand Down

0 comments on commit 3bdaf1d

Please sign in to comment.