diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b0cfd0..f3e97d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: - name: Tag version and create release run: gh release create $VERSION --generate-notes env: - VERSION: ${{ needs.compare-versions.outputs.version }} + VERSION: v${{ needs.compare-versions.outputs.version }} GH_TOKEN: ${{ github.token }} - name: Log in to the Container registry uses: docker/login-action@v3 diff --git a/action.yml b/action.yml index 2445454..5b11377 100644 --- a/action.yml +++ b/action.yml @@ -24,4 +24,4 @@ outputs: runs: using: 'docker' - image: 'Dockerfile' + image: 'docker://ghcr.io/paritytech/auto-merge-bot/action:1.0.0' diff --git a/package.json b/package.json index bd617cf..77a659f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-merge-bot", - "version": "0.0.1", + "version": "1.0.0", "description": "Bot which enables or disable auto-merge", "main": "src/index.ts", "scripts": {