Skip to content

Commit

Permalink
ci: updates for set-output deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh authored and stdavis committed Apr 4, 2023
1 parent 5584695 commit 27a894c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
npm version $TAG --no-git-tag-version
- name: Set up signing certificates
uses: apple-actions/import-codesign-certs@v1
uses: apple-actions/import-codesign-certs@v2
with:
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE }}
p12-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
Expand Down

0 comments on commit 27a894c

Please sign in to comment.