Skip to content

Commit

Permalink
chore: more fix for semantic release action per cycjimmy/semantic-rel…
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela committed Jun 2, 2023
1 parent 4efe04e commit ec7a556
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
CHECKSUM=$(swift package compute-checksum ./GoogleMapsUtils.xcframework.zip)
sed -i '' "s/checksum: \"[a-z0-9]*\"/checksum: \"$CHECKSUM\"/g" $GITHUB_WORKSPACE/Package.swift
- uses: actions/setup-node@v2
with:
node-version: '14'

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3.4.1
with:
Expand Down

0 comments on commit ec7a556

Please sign in to comment.