Skip to content

Commit

Permalink
testing out changes since last tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-sawlani-yral committed Dec 13, 2023
1 parent 3fd86a1 commit 0adbe75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_and_publish_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,15 @@ jobs:
./*.did
- name: Get commits since last release
id: changes_since_last_release
uses: simbo/changes-since-last-release-action@v1
uses: simbo/changes-between-tags-action@v1
- name: Install quill from GitHub Releases
run: |
curl -LJO https://github.com/dfinity/quill/releases/download/v0.4.2/quill-linux-x86_64-musl
mv quill-linux-x86_64-musl quill
chmod +x quill
- name: Submit upgrade proposal for user_index canister
run: |
echo "changes: ${{ steps.changes_since_last_release.outputs.log }}"
CANISTER_NAME=user_index
export CANISTER_ID=$(nix-shell --run "dfx canister id ${CANISTER_NAME} --network=ic")
mkdir -p "proposals/${CANISTER_NAME}"
Expand Down

0 comments on commit 0adbe75

Please sign in to comment.