Skip to content

Commit 71aa539

Browse files
authored
Version 1.0.0 (#18)
This resolves #7
1 parent 3031251 commit 71aa539

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
@@ -72,7 +72,7 @@ jobs:
7272
- name: Tag version and create release
7373
run: gh release create $VERSION --generate-notes
7474
env:
75-
VERSION: ${{ needs.compare-versions.outputs.version }}
75+
VERSION: v${{ needs.compare-versions.outputs.version }}
7676
GH_TOKEN: ${{ github.token }}
7777
- name: Log in to the Container registry
7878
uses: docker/login-action@v3

action.yml

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

2525
runs:
2626
using: 'docker'
27-
image: 'Dockerfile'
27+
image: 'docker://ghcr.io/paritytech/auto-merge-bot/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": "auto-merge-bot",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Bot which enables or disable auto-merge",
55
"main": "src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)