Skip to content

Commit

Permalink
Merge pull request #398 from atsign-foundation/cpswan-canary-version-…
Browse files Browse the repository at this point in the history
…append

Append canary version
  • Loading branch information
cpswan authored Nov 16, 2021
2 parents 304f178 + 6b2b8af commit 414b13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/at_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ jobs:

- name: Place canary version into pubspec.yaml
working-directory: at_secondary/at_secondary_server
run: sed -i "s/version\:.*/version\:\ ${GITHUB_REF#refs/tags/}/" pubspec.yaml
run: sed -i "s/version\:.*/&+${GITHUB_REF#refs/tags/}/" pubspec.yaml

- name: Set up QEMU
uses: docker/[email protected]
Expand Down

0 comments on commit 414b13b

Please sign in to comment.