Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jul 17, 2024
1 parent 43a8e60 commit 6adc296
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Release

on:
push:
tags:
- '**@*'

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- run: echo ${GITHUB_REF_NAME%@*}

0 comments on commit 6adc296

Please sign in to comment.