Skip to content

Commit

Permalink
Fix set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
pmai committed Jan 11, 2024
1 parent 823ee05 commit d80f658
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/protobuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
- name: Install Doxygen
run: sudo apt-get install doxygen graphviz

- name: Install Abseil
if: env.PROTOBUF_VARIANT == ''
run: sudo apt-get install libabsl-dev

- name: Cache Dependencies
id: cache-depends
uses: actions/cache@v3
Expand Down Expand Up @@ -75,7 +71,7 @@ jobs:
# Versioning
- name: Get versioning
id: get_version
run: echo ::set-output name=VERSION::$(git describe --always)
run: echo "VERSION=$(git describe --always)" >> $GITHUB_OUTPUT

- name: Prepare Documentation Build
run: |
Expand Down

0 comments on commit d80f658

Please sign in to comment.