Skip to content

Commit fafd077

Browse files
authored
Created version 1.0.0 (#6)
This resolves #3
1 parent 4d8c6f6 commit fafd077

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Tag version and create release
5353
run: gh release create $VERSION --generate-notes
5454
env:
55-
VERSION: ${{ needs.compare-versions.outputs.version }}
55+
VERSION: v${{ needs.compare-versions.outputs.version }}
5656
GH_TOKEN: ${{ github.token }}
5757
- name: Log in to the Container registry
5858
uses: docker/login-action@v3

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ outputs:
1212

1313
runs:
1414
using: 'docker'
15-
image: 'Dockerfile'
15+
image: 'docker://ghcr.io/paritytech/get-fellows-action/action:1.0.0'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "get-fellows-action",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Fetch all the GitHub handles from the Fellows",
55
"main": "src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)