Skip to content

Commit

Permalink
checkout repo to get Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
erratic-pattern committed Feb 14, 2023
1 parent ced4ebb commit ce272b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/staging-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1

- name: Get Cargo.toml package version
shell: bash
run: |
Expand Down Expand Up @@ -48,7 +52,7 @@ jobs:
releaseUploadUrl: ${{ needs.create-release.outputs.releaseUploadUrl }}
releaseTag: ${{ needs.create-release.outputs.tagName }}
packageVersion: ${{ needs.create-release.outputs.cargoPackageVersion }}
debRevision: ${{ needs.create-release.outputs.tagName }}
debRevision: ${{ github.sha }}
rpmSnapshot: ${{ github.sha }}

test-release:
Expand Down

0 comments on commit ce272b9

Please sign in to comment.