Skip to content

Merge pull request #6 from tildeio/fix-workflow #3

Merge pull request #6 from tildeio/fix-workflow

Merge pull request #6 from tildeio/fix-workflow #3

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
create-release:
permissions:
contents: write
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: download artifacts and create release
id: download_artifacts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: "ruby .github/workflows/fetch_release.rb"