Skip to content

Commit

Permalink
fix: rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
tericcabrel committed Nov 4, 2023
1 parent e4fed8f commit b6f49d1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Snipcode Build
name: Build Project
on:
pull_request:
branches: [ main ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-code-embed.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Snipcode Deploy Code Embed
name: Deploy Code Embed
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-core.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Snipcode Deploy Core
name: Deploy Core Backend
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-embed.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Snipcode Embed assets to NPM
name: Publish Embed assets to NPM
on:
push:
branches: [main]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sentry-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sentry release source maps
name: Release Source maps to Sentry
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion apps/functions/code-embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/aws-lambda": "^8.10.102",
"@types/node": "^17.0.45",
"esbuild": "^0.15.5",
"serverless": "^3.36.0",
"serverless": "^3.22.0",
"serverless-certificate-creator": "^1.6.0",
"serverless-domain-manager": "^6.1.0",
"serverless-esbuild": "^1.32.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snipcode/embed",
"version": "1.0.0",
"version": "1.1.2",
"description": "Build the script and style assets for code snippet rendering in an embed.",
"repository": " https://github.com/tericcabrel/snipcode.git",
"author": "Eric Cabrel TIOGO <[email protected]>",
Expand Down

0 comments on commit b6f49d1

Please sign in to comment.