Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
workerbee
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
workerbee
Merge requests
!28
Use common CI configuration scripts and configs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use common CI configuration scripts and configs
tm-use-common-ci-conf-2
into
main
Overview
0
Commits
5
Pipelines
25
Changes
11
Merged
Mateusz Tyszczak
requested to merge
tm-use-common-ci-conf-2
into
main
1 month ago
Overview
0
Commits
5
Pipelines
25
Changes
11
Expand
Requires
common-ci-configuration!74 (merged)
Edited
1 month ago
by
Bartek Wrona
0
0
Merge request reports
Compare
main
version 19
ed69bceb
1 month ago
version 18
1208a4bb
1 month ago
version 17
4f5089d7
1 month ago
version 16
a9c7b94c
1 month ago
version 15
9ec5649c
1 month ago
version 14
93b3bb5a
1 month ago
version 13
4e89a3d6
1 month ago
version 12
0fe82f04
1 month ago
version 11
3b33d416
1 month ago
version 10
c68c2f2f
1 month ago
version 9
2062c144
1 month ago
version 8
338064e9
1 month ago
version 7
9cd322c7
1 month ago
version 6
73c9f5ac
1 month ago
version 5
1718a3f4
1 month ago
version 4
86cbd8bd
1 month ago
version 3
ac7d40e7
1 month ago
version 2
f7aeee2e
1 month ago
version 1
00d5c312
1 month ago
main (base)
and
latest version
latest version
6521ee4e
5 commits,
1 month ago
version 19
ed69bceb
5 commits,
1 month ago
version 18
1208a4bb
5 commits,
1 month ago
version 17
4f5089d7
5 commits,
1 month ago
version 16
a9c7b94c
5 commits,
1 month ago
version 15
9ec5649c
5 commits,
1 month ago
version 14
93b3bb5a
4 commits,
1 month ago
version 13
4e89a3d6
4 commits,
1 month ago
version 12
0fe82f04
4 commits,
1 month ago
version 11
3b33d416
4 commits,
1 month ago
version 10
c68c2f2f
4 commits,
1 month ago
version 9
2062c144
4 commits,
1 month ago
version 8
338064e9
4 commits,
1 month ago
version 7
9cd322c7
4 commits,
1 month ago
version 6
73c9f5ac
4 commits,
1 month ago
version 5
1718a3f4
4 commits,
1 month ago
version 4
86cbd8bd
4 commits,
1 month ago
version 3
ac7d40e7
3 commits,
1 month ago
version 2
f7aeee2e
3 commits,
1 month ago
version 1
00d5c312
1 commit,
1 month ago
11 files
+
729
−
436
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
.github/workflows/npm_publish.yml
+
1
−
1
Options
@@ -16,4 +16,4 @@ jobs:
./scripts/publish_by_tag.sh 452 "${{ github.ref_name }}" "dist/hiveio-workerbee-${{ github.ref_name }}.tgz" build dist
cd dist
echo //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} >> .npmrc
npm publish --access public --provenance
p
npm publish --access public --provenance
Loading