Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit c54793d

Browse files
committed
Automatically bump version in env-export app info too
1 parent 4ed7897 commit c54793d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bump-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v2
13-
- name: Bump version in orb command
13+
- name: Bump version in orb commands
1414
uses: florisvdg/[email protected]
1515
with:
1616
sed: 's/\(SECRETHUB_APP_INFO_VERSION: \).*/\1$VERSION/g'
17-
file: src/commands/exec.yml
17+
file: src/commands/exec.yml src/commands/env-export.yml
1818
author_email: [email protected]
1919
- name: Bump version in README examples
2020
uses: florisvdg/[email protected]

0 commit comments

Comments
 (0)