Skip to content

Commit

Permalink
Merge pull request #6 from asteurer/actions
Browse files Browse the repository at this point in the history
fixing bug
  • Loading branch information
asteurer authored Jul 12, 2024
2 parents e871369 + 5e66547 commit f810923
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:

- uses: actions/checkout@v3

- name: set the release version
run: RELEASE_VERSION=$(yq '.application.version' spin.toml)

- name: setup spin
uses: fermyon/actions/spin/setup@v1
with:
Expand Down Expand Up @@ -69,4 +66,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: push package
run: wkg oci push ghcr.io/fermyon/wasm-pkg/fermyon-experimental/azure-client:$RELEASE_VERSION main.wasm
run: RELEASE_VERSION=$(yq '.application.version' spin.toml) wkg oci push ghcr.io/fermyon/wasm-pkg/fermyon-experimental/azure-client:$RELEASE_VERSION main.wasm

0 comments on commit f810923

Please sign in to comment.