diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 49ecaea..26e49f2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,12 +4,12 @@ on: types: [published] jobs: - ci: + publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - run: yarn install - uses: ./ with: - version-regexp: 'v\d' + version-regexp: '\d' repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 51e2c35..11c72d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-update-version", - "version": "v1", + "version": "0", "description": "Update your files version field on new releases", "main": "lib/main.js", "scripts": { @@ -64,4 +64,4 @@ "yarn lint" ] } -} \ No newline at end of file +}