Skip to content

🔼 Updates pipeline-components/org/config to v2.0.8 #29

🔼 Updates pipeline-components/org/config to v2.0.8

🔼 Updates pipeline-components/org/config to v2.0.8 #29

Workflow file for this run

---
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- "v*"
name: Create Release
jobs:
build:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: true
prerelease: false