Skip to content

Commit

Permalink
Merge pull request #52 from puerco/release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Aug 19, 2023
2 parents 0165ba4 + 4311d9e commit b05ec1f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 2023 The OpenVEX Authors
# SPDX-License-Identifier: Apache-2.0

name: Release

on:
push:
tags:
- 'v*'

jobs:
release:
runs-on: ubuntu-latest

permissions:
contents: write # needed to write releases

steps:
- name: Install publish-release
uses: puerco/release-actions/setup-publish-release@9975072608f4adfb73144e8fc76603a6910f365e # main

- name: Publish Release
uses: puerco/release-actions/publish-release@9975072608f4adfb73144e8fc76603a6910f365e # main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b05ec1f

Please sign in to comment.