Skip to content

Commit

Permalink
ci: remove duplicate pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hegerdes committed Jun 16, 2023
1 parent ba76377 commit 3a01b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 69 deletions.
67 changes: 0 additions & 67 deletions .github/workflows/publish.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "${{ env.NODE_VERSION }}"
registry-url: 'https://registry.npmjs.org'
registry-url: "https://registry.npmjs.org"

- name: Set Version
run: |
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Create GH release
uses: softprops/action-gh-release@v1
with:
name: Release ${{ github.ref }}
name: Release ${{ github.ref_name }}
generate_release_notes: true
prerelease: false
files: joplin-plugin-remote-note-pull.zip
Expand Down

0 comments on commit 3a01b5d

Please sign in to comment.