Skip to content

Commit

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

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

Expand All @@ -22,7 +24,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Extract version
run: echo "VERSION=$(echo ${GITHUB_REF#refs/tags/})" >> $GITHUB_OUTPUT
# 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
id: extract_version
outputs:
VERSION: ${{ steps.extract_version.outputs.VERSION }}
Expand Down

0 comments on commit be4d774

Please sign in to comment.