Skip to content

Commit

Permalink
ci: pin ic-certification package properly
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Mar 20, 2023
1 parent bfe6228 commit 9501b64
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 59 deletions.
1 change: 0 additions & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
```
commit-message: "chore: release ${{ steps.cz.outputs.version }}"
branch: "release/${{ steps.cz.outputs.version }}"
team-reviewers: "@dfinity/trust"
add-paths: |
.cz.yaml
CHANGELOG.md
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ jobs:
commit-message: "chore: update changelog"
branch: "chore/update-changelog"
branch-suffix: "short-commit-hash"
team-reviewers: "@dfinity/trust"
add-paths: |
CHANGELOG.md
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: >
packages/ic-response-verification/target/package/ic-response-verification-${{ steps.cz.outputs.version }}.crate
dfinity-response-verification-${{ steps.cz.outputs.version }}.tgz
packages/ic-response-verification/target/package/ic-response-verification-${{ github.ref_name }}.crate
dfinity-response-verification-${{ github.ref_name }}.tgz
bodyFile: "RELEASE_NOTES.md"
tag: "${{ steps.cz.outputs.version }}"
tag: "${{ github.ref_name }}"
commit: "main"

- name: Release ic-response-verification Cargo crate
Expand Down
108 changes: 61 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9501b64

Please sign in to comment.