From 0f1b6fea700b5c03af742a70c088f253f31c6d42 Mon Sep 17 00:00:00 2001 From: Steve Greenberg Date: Mon, 4 Oct 2021 12:04:32 -0600 Subject: [PATCH] deal with field change bug (https://github.com/concourse/github-release-resource/pull/107) --- ubuntu-with-github-release/pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ubuntu-with-github-release/pipeline.yml b/ubuntu-with-github-release/pipeline.yml index c158088..3083b21 100644 --- a/ubuntu-with-github-release/pipeline.yml +++ b/ubuntu-with-github-release/pipeline.yml @@ -7,6 +7,10 @@ resource_types: source: repository: cfcommunity/slack-notification-resource +- name: github-release + type: registry-image + source: {repository: concourse/github-release-resource} + resources: - name: slack