Skip to content

Commit

Permalink
[CI] Fix deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Aug 29, 2024
1 parent 7245542 commit 5ea599d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ permissions:
actions: read
pages: write
id-token: write
packages: write

on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

permissions:
packages: write

env:
NuGetDirectory: ${{ github.workspace}}/nuget

Expand Down

0 comments on commit 5ea599d

Please sign in to comment.