Skip to content

Commit

Permalink
chore: fix workflows (#440)
Browse files Browse the repository at this point in the history
* chore: allow dependabot to call test workflow

* chore: more fix for semantic release action per cycjimmy/semantic-release-action#79 (comment)
  • Loading branch information
wangela committed Jun 2, 2023
1 parent e6e0356 commit 9183ff5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -66,8 +66,12 @@ 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
uses: cycjimmy/semantic-release-action@v3.4.1
with:
extra_plugins: |
"@semantic-release/commit-analyzer"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -20,6 +20,7 @@ on:
types: [test]
pull_request:
branches: ['*']
workflow_call:

jobs:
test:
Expand Down

0 comments on commit 9183ff5

Please sign in to comment.