Skip to content

Commit

Permalink
Revert "Hack for testing"
Browse files Browse the repository at this point in the history
This reverts commit 8d22015.
  • Loading branch information
paulhauner authored and Woodpile37 committed Jan 6, 2024
1 parent be4d774 commit 51905e0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Release Suite

on:
push:
branches:
- fix-release-ci
tags:
- v*

Expand All @@ -24,9 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Extract version
# run: echo "VERSION=$(echo ${GITHUB_REF#refs/tags/})" >> $GITHUB_OUTPUT
# TODO(paul): remove the line below and uncomment the line above.
run: echo "VERSION=test_only" >> $GITHUB_OUTPUT
run: echo "VERSION=$(echo ${GITHUB_REF#refs/tags/})" >> $GITHUB_OUTPUT
id: extract_version
outputs:
VERSION: ${{ steps.extract_version.outputs.VERSION }}
Expand Down

0 comments on commit 51905e0

Please sign in to comment.