Skip to content

Commit

Permalink
add composite actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Feb 8, 2024
1 parent ef7f334 commit d3256ad
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Release Wasmo Docker Images
uses: ./workflows/docker
uses: ./dockerimages
with:
version: ${{ inputs.version }}
- name: Build Wasmo CLI binaries
uses: ./workflows/cli
uses: ./cli
with:
version: ${{ inputs.version }}
- name: Push on crates.io
uses: ./workflows/cratesio
uses: ./cratesio


0 comments on commit d3256ad

Please sign in to comment.