Skip to content

Commit

Permalink
ci: fix package version and remove persist-credentials (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar authored Jun 11, 2024
1 parent c7cd70a commit c3add80
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
with:
token: ${{ steps.app-token.outputs.token }}
fetch-depth: 0
persist-credentials: false

- name: Install
uses: ./.github/actions/install
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
with:
token: ${{ steps.app-token.outputs.token }}
fetch-depth: 0
persist-credentials: false

# Install pnpm because it is not included in our container image
- name: install pnpm
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
with:
token: ${{ steps.app-token.outputs.token }}
fetch-depth: 0
persist-credentials: false

# Install pnpm because it is not included in our container image
- name: install pnpm
Expand Down
4 changes: 4 additions & 0 deletions packages/x-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-06-10)

**Note:** Version bump only for package @empathyco/x-components

## [5.0.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-06-10)

**Note:** Version bump only for package @empathyco/x-components
Expand Down
2 changes: 1 addition & 1 deletion packages/x-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empathyco/x-components",
"version": "5.0.0-alpha.36",
"version": "5.0.0-alpha.37",
"description": "Empathy X Components",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
Expand Down

0 comments on commit c3add80

Please sign in to comment.