Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
labbott committed Jul 24, 2023
1 parent 973c8fa commit e72d7a3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: release
on:
push:
branches:
- "test-rot-*"
include:
- name: oxide-rot-1
- "test-gimlet-*"
include:
- name: gimlet-d


jobs:
release-build:
runs-on: ubuntu-latest

steps:
- name: Echo test
run: |
VERSION=$(cut -d/ -f3- <<< "$GITHUB_REF")
echo $VERSION
echo ${{ inputs.name }}

0 comments on commit e72d7a3

Please sign in to comment.