We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176580f commit 577c5cdCopy full SHA for 577c5cd
.github/workflows/release-canary.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: ./.github/actions/setup
30
31
- name: Set version
32
- run: yarn workspace @coinbase/wallet-sdk version ${{ env.PACKAGE_VERSION }}-canary.$(date +'%Y%m%d')
+ run: yarn workspace @coinbase/wallet-sdk version ${{ env.PACKAGE_VERSION }}-canary.$(date +'%Y%m%d%H%M%S')
33
34
# Build the package
35
- name: Prebuild Packages
0 commit comments