Skip to content

Commit

Permalink
updated to version v1.1.1 (#21)
Browse files Browse the repository at this point in the history
As per [the
docs](https://github.com/paritytech/get-fellows-action?tab=readme-ov-file#deployment),
unless we update those two files, the new version will not be deployed
as a Docker package.

Required to have #20's change.

Also, we need this to be merged before polkadot-fellows/runtimes#265,
else it will not work as the package doesn't currently exist.
  • Loading branch information
Bullrich authored Apr 3, 2024
1 parent 451080c commit a5b239d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ outputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/paritytech/get-fellows-action/action:1.1.0'
image: 'docker://ghcr.io/paritytech/get-fellows-action/action:1.1.1'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-fellows-action",
"version": "1.1.0",
"version": "1.1.1",
"description": "Fetch all the GitHub handles from the Fellows",
"main": "src/index.ts",
"scripts": {
Expand Down

0 comments on commit a5b239d

Please sign in to comment.