Skip to content

Commit

Permalink
Merge pull request #136 from mitulshah-suse/move-to-gha
Browse files Browse the repository at this point in the history
Fix extra quotes
  • Loading branch information
kinarashah authored May 3, 2024
2 parents d6fe6bb + becbc9a commit c60e21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v4
- name: Add commit to version file
run: |
echo "{\"version\": \"${{ github.sha }}\"}" > dist/VERSION"
echo "{\"version\": \"${{ github.sha }}\"}" > dist/VERSION
- name: Retrieve Google auth from vault
uses: rancher-eio/read-vault-secrets@main
with:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
uses: actions/checkout@v4
- name: Add tag to version file
run: |
echo "{\"version\": \"${{ github.ref_name }}\"}" > dist/VERSION"
echo "{\"version\": \"${{ github.ref_name }}\"}" > dist/VERSION
- name: Retrieve Google auth from vault
uses: rancher-eio/read-vault-secrets@main
with:
Expand Down

0 comments on commit c60e21a

Please sign in to comment.