Skip to content

Commit

Permalink
ci: fix getting latest tag
Browse files Browse the repository at this point in the history
Signed-off-by: Sander Pick <[email protected]>
  • Loading branch information
sanderpick committed Aug 22, 2021
1 parent ac658ef commit aeec4dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-grpc-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
uses: actions/checkout@v1
- name: Get latest tag
id: latesttag
uses: "WyriHaximus/github-action-get-previous-tag@master"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
- name: Install build tools
run: |
apt-get update && apt-get install -y build-essential
Expand Down

0 comments on commit aeec4dd

Please sign in to comment.