Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ version: '1.0'
metadata:
name: github-release
title: Create a GitHub release
version: 1.1.8
version: 1.2.0
isPublic: true
description: Create a GitHub release.
sources:
- >-
https://github.com/codefresh-io/steps/tree/master/incubating/github-release
stage: incubating
https://github.com/codefresh-io/steps/tree/master/graduated/github-release
stage: graduated
maintainers:
- name: Alex Cheshko
email: a.cheshko@codefresh.io
- name: Codefresh
email: dev@codefresh.io
categories:
- git
- release
Expand Down Expand Up @@ -157,7 +157,7 @@ spec:
steps:
main:
name: github-release
image: codefresh/github-release
image: quay.io/codefreshplugins/github-release:1.2.0
environment:
- 'GIT_CONTEXT=${{git_context_name}}'
- 'GIT_TOKEN=${{git_token}}'
Expand Down