Skip to content

Commit

Permalink
pr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 23, 2024
1 parent f750d1a commit 1b7da25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
sed -E -i "s/(\"version\": \")(.*)(\")/\1$VERSION\3/" package.json
sed -E -i "s/(\"version\": \")(.*)(\")/\1$VERSION\3/" dfx_extension/extension.json
npm install
npx azle template
npx azle template --experimental
AZLE_VERBOSE=true npx azle template
AZLE_VERBOSE=true npx azle template --experimental
- name: Publish to npm
run: |
Expand All @@ -94,7 +94,7 @@ jobs:
./examples
./tests
update-dependencies:
update-tests-for-release:
needs: prepare-release
name: Update ${{ matrix.test.name }}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
src/build/stable/commands/install_global_dependencies/install_dfx.sh ${{ steps.get-dfx-version.outputs.dfx-version }}
echo "$HOME/.local/share/dfx/bin" >> $GITHUB_PATH
- name: Update dependencies
- name: Update azle version
run: |
cd ${{ matrix.test.path }}
sed -E -i "s/(\"azle\": \")(.*)(\")/\1${{ needs.prepare-release.outputs.release-version }}\3/" package.json
Expand Down

0 comments on commit 1b7da25

Please sign in to comment.