Skip to content

Commit

Permalink
Merge pull request #2 from K-Phoen/release-test
Browse files Browse the repository at this point in the history
Release 0.0.1
  • Loading branch information
K-Phoen committed Mar 6, 2022
2 parents 0027172 + a3dc05e commit e1be61e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish
on:
push:
branches: [master]
branches: [main]

jobs:
detect_changes:
Expand All @@ -14,18 +14,22 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Detect changed files in search-confluence
id: frontend-changed-files
uses: tj-actions/[email protected]
with:
since_last_remote_commit: "true"
files: |
plugins/search-confluence/package.json
- name: Detect changed files in search-confluence-backend
id: backend-changed-files
uses: tj-actions/[email protected]
with:
since_last_remote_commit: "true"
files: |
plugins/search-confluence-backend/package.json
Expand Down
3 changes: 1 addition & 2 deletions plugins/search-confluence-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "@k-phoen/backstage-plugin-confluence-backend",
"version": "0.1.0",
"version": "0.0.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
Expand Down

0 comments on commit e1be61e

Please sign in to comment.