Skip to content

Commit

Permalink
chore(ci): change name of provider package and added changelog file (#…
Browse files Browse the repository at this point in the history
…785)

* chore(ci): change name of provider package and added changelog file

* chore(ci): changed job name
  • Loading branch information
jigar-arc10 authored Feb 4, 2025
1 parent a3e3ec3 commit f83be6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-provider-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: ["main"]

jobs:
build:
build-provider-console:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-provider-console.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Deploy Web
name: Release Provider Console

on:
push:
Expand Down
Empty file.
4 changes: 2 additions & 2 deletions apps/provider-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "provider-console",
"version": "0.1.1",
"name": "@akashnetwork/provider-console",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "npm run build-env-schemas && next build",
Expand Down

0 comments on commit f83be6a

Please sign in to comment.