Skip to content

Commit

Permalink
fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
gofmanaa committed Aug 6, 2024
1 parent 965d919 commit 208977b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true
tag_name: "v${{ env.VERSION }}"
Expand Down
2 changes: 1 addition & 1 deletion wit/components.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package component:guest;
package component:guest@0.0.1;

interface env {
abort: func(message: string, filename: string, line: u32, col: u32);
Expand Down

0 comments on commit 208977b

Please sign in to comment.