Skip to content

Commit

Permalink
promote ArrowSquid to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
eldargab committed Oct 19, 2023
1 parent 63b253c commit 80f228d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
ref: release/arrowsquid

- name: Build and Publish
run: ./ops/docker-publish.sh arrowsquid next
run: ./ops/docker-publish.sh arrowsquid latest
29 changes: 0 additions & 29 deletions .github/workflows/npm-tag-arrowsquid.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: node common/scripts/install-run-rush.js build

- name: Publish npm packages
run: node common/scripts/install-run-rush.js publish --include-all --version-policy npm --target-branch release/arrowsquid --publish --tag next
run: node common/scripts/install-run-rush.js publish --include-all --version-policy npm --target-branch release/arrowsquid --publish --tag latest
8 changes: 0 additions & 8 deletions ops/npm-tag-arrowsquid.sh

This file was deleted.

0 comments on commit 80f228d

Please sign in to comment.