From a58914ddca2501eb277d8bce31d7fc201d90c577 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Fri, 29 Sep 2023 15:08:55 +0200 Subject: [PATCH] updated version to 0.0.2 --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index c53009b..36dcb53 100644 --- a/action.yml +++ b/action.yml @@ -12,4 +12,4 @@ outputs: runs: using: 'docker' - image: 'docker://ghcr.io/paritytech-stg/get-fellows-action/action:0.0.1' + image: 'docker://ghcr.io/paritytech-stg/get-fellows-action/action:0.0.2' diff --git a/package.json b/package.json index 4a98ad5..4d80b94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "get-fellows-action", - "version": "0.0.1", + "version": "0.0.2", "description": "Fetch all the GitHub handles from the Fellows", "main": "src/index.ts", "scripts": {