Skip to content

Commit

Permalink
ci: remove manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
salamaashoush committed May 27, 2024
1 parent 3d04456 commit 046270f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .changeset/grumpy-hornets-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pactup": patch
---

ci: remove manifest
4 changes: 2 additions & 2 deletions .github/workflows/release_pactup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
publish:
name: Publish
needs: build
needs: [build, check]
runs-on: ubuntu-latest
permissions:
contents: write # for softprops/action-gh-release@v1
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
run: sleep 180s

smoke:
needs: publish
needs: [publish, check]
strategy:
matrix:
include:
Expand Down
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ license = "GPL-3.0"
publish = true
repository = "https://github.com/kadena-community/pactup"
description = "Fast and simple Pact version manager"
build = "build.rs"

[dependencies]
anyhow = { version = "1.0", features = ["backtrace"] }
Expand Down Expand Up @@ -50,8 +49,8 @@ duct = "0.13"
test-log = "0.2"
http = "1.1"

[build-dependencies]
embed-resource = "2.4"
# [build-dependencies]
# embed-resource = "2.4"

[target.'cfg(windows)'.dependencies]
csv = "1.2"
Expand Down
3 changes: 0 additions & 3 deletions build.rs

This file was deleted.

2 changes: 0 additions & 2 deletions pactup-manifest.rc

This file was deleted.

8 changes: 0 additions & 8 deletions pactup.manifest

This file was deleted.

0 comments on commit 046270f

Please sign in to comment.