Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed Mar 3, 2024
1 parent 809227e commit 567efe2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
name: Publish

on:
on:
push:
tags:
- '*'
tags:
- "*"

jobs:
push:
runs-on: ubuntu-latest

steps:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'

- name: Clone
uses: actions/checkout@v2

Expand Down

0 comments on commit 567efe2

Please sign in to comment.