Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install pinned negentropy
run: |
curl -fsSL https://releases.negentropy.perish.uk/manage.sh | sh -s -- install --channel beta --version $(cat .runseal/negentropy.version) --bin-dir $HOME/.local/bin
curl -fsSL https://releases.negentropy.perish.uk/manage.sh | sh -s -- install --channel stable --version $(cat .runseal/negentropy.version) --bin-dir $HOME/.local/bin
echo "$HOME/.local/bin" >> "$GITHUB_PATH"

- uses: denoland/setup-deno@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

- name: Install pinned negentropy
run: |
curl -fsSL https://releases.negentropy.perish.uk/manage.sh | sh -s -- install --channel beta --version $(cat .runseal/negentropy.version) --bin-dir $HOME/.local/bin
curl -fsSL https://releases.negentropy.perish.uk/manage.sh | sh -s -- install --channel stable --version $(cat .runseal/negentropy.version) --bin-dir $HOME/.local/bin
echo "$HOME/.local/bin" >> "$GITHUB_PATH"

- name: Negentropy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Install pinned negentropy
run: |
curl -fsSL https://releases.negentropy.perish.uk/manage.sh | sh -s -- install --channel beta --version $(cat .runseal/negentropy.version) --bin-dir $HOME/.local/bin
curl -fsSL https://releases.negentropy.perish.uk/manage.sh | sh -s -- install --channel stable --version $(cat .runseal/negentropy.version) --bin-dir $HOME/.local/bin
echo "$HOME/.local/bin" >> "$GITHUB_PATH"

- name: Negentropy
Expand Down
2 changes: 1 addition & 1 deletion .runseal/negentropy.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.0-beta.11
v0.1.0
Loading