Skip to content

Commit

Permalink
fixup_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pmconrad committed Nov 29, 2019
1 parent 9f90bb2 commit 8f2947c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
run: |
git config --add user.name "BitShares Github Autobuild"
git config --add user.email "bga@noreply"
BRANCH="autobuild-signatures-linux-$(date -u +%Y-%m-%dT%H:%M:%SZ)"
BRANCH="autobuild-signatures-linux-$(date -u +%Y%m%dT%H%M%SZ)"
git checkout -b "$BRANCH"
git add signatures
git commit -m "Add Linux autobuild signature for ${{ github.event.deployment.payload.coreversion }}"
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
run: |
git config --add user.name "BitShares Github Autobuild"
git config --add user.email "bga@noreply"
BRANCH="autobuild-signatures-osx-$(date -u +%Y-%m-%dT%H:%M:%SZ)"
BRANCH="autobuild-signatures-osx-$(date -u +%Y%m%dT%H%M%SZ)"
git checkout -b "$BRANCH"
git add signatures
git commit -m "Add OSX autobuild signature for ${{ github.event.deployment.payload.coreversion }}"
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
run: |
git config --add user.name "BitShares Github Autobuild"
git config --add user.email "bga@noreply"
BRANCH="autobuild-signatures-win-$(date -u +%Y-%m-%dT%H:%M:%SZ)"
BRANCH="autobuild-signatures-win-$(date -u +%Y%m%dT%H%M%SZ)"
git checkout -b "$BRANCH"
git add signatures
git commit -m "Add win autobuild signature for ${{ github.event.deployment.payload.coreversion }}"
Expand Down

0 comments on commit 8f2947c

Please sign in to comment.