Skip to content

Commit

Permalink
fix: publish on tag GA
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin committed Nov 16, 2022
1 parent eada2a0 commit d91f2be
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 16 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ on:

jobs:
test_and_sync:
name: Test and sync
runs-on: ubuntu-latest
steps:
- name: Test and sync
- uses: apify/fingerprint-suite/.github/workflows/test-and-sync.yml
uses: apify/fingerprint-suite/.github/workflows/test-and-sync.yml@master

publish_prerelease:
name: Publish prerelease
Expand Down Expand Up @@ -123,7 +119,8 @@ jobs:
- name: Build
if: steps.changed_packages.outputs.changed_packages != '0'
run: npm run build
run: |
npm run build
- name: Create a GH release from tag
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down
6 changes: 3 additions & 3 deletions packages/fingerprint-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fingerprint-generator",
"version": "2.1.3",
"version": "2.1.4",
"description": "NodeJS package for generating realistic browser fingerprints.",
"homepage": "https://github.com/apify/fingerprint-suite",
"engines": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"url": "https://github.com/apify/fingerprint-suite/issues"
},
"dependencies": {
"generative-bayesian-network": "^2.1.3",
"header-generator": "^2.1.3",
"generative-bayesian-network": "^2.1.4",
"header-generator": "^2.1.4",
"tslib": "^2.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/fingerprint-injector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fingerprint-injector",
"version": "2.1.3",
"version": "2.1.4",
"description": "Browser fingerprint injection library for Playwright and Puppeteer.",
"engines": {
"node": ">=16.0.0"
Expand All @@ -16,7 +16,7 @@
}
},
"dependencies": {
"fingerprint-generator": "^2.1.3",
"fingerprint-generator": "^2.1.4",
"tslib": "^2.4.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/generative-bayesian-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generative-bayesian-network",
"version": "2.1.3",
"version": "2.1.4",
"author": {
"name": "Apify"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-networks-creator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-networks-creator",
"version": "1.1.2",
"version": "1.1.3",
"engines": {
"node": ">=16.0.0"
},
Expand All @@ -16,7 +16,7 @@
}
},
"dependencies": {
"generative-bayesian-network": "^2.1.1",
"generative-bayesian-network": "^2.1.4",
"node-fetch": "^2.6.7",
"tslib": "^2.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/header-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "header-generator",
"version": "2.1.3",
"version": "2.1.4",
"description": "NodeJS package for generating realistic browser-like HTTP headers.",
"author": {
"name": "Apify",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"browserslist": "^4.21.1",
"generative-bayesian-network": "^2.1.3",
"generative-bayesian-network": "^2.1.4",
"ow": "^0.28.1",
"tslib": "^2.4.0"
},
Expand Down

0 comments on commit d91f2be

Please sign in to comment.