Skip to content

Commit

Permalink
Fix workflow issues (#910)
Browse files Browse the repository at this point in the history
* Update pkgs-delete.yml

* Move release
  • Loading branch information
shargon authored Feb 19, 2024
1 parent 63320ab commit 92a94fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions .github/workflows/pkgs-delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
package-name: Neo.SmartContract.Testing
package-type: nuget
min-versions-to-keep: 3
delete-only-pre-release-versions: "true"
token: "${{ secrets.GITHUB_TOKEN }}"

- name: Delete Neo.SmartContract.Framework Package
Expand All @@ -24,4 +25,5 @@ jobs:
package-name: Neo.Neo.SmartContract.Framework
package-type: nuget
min-versions-to-keep: 3
delete-only-pre-release-versions: "true"
token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 92a94fc

Please sign in to comment.