Skip to content

Releases: gacts/run-and-post-run

v1.4.2

02 Jan 18:45
d803f69
Compare
Choose a tag to compare

What's Changed

📦 Dependency updates

  • chore(deps): bump @actions/core from 1.10.1 to 1.11.1 in #42
  • chore(deps-dev): bump @vercel/ncc from 0.38.2 to 0.38.3 in #43

Other Changes

  • Add additional test for script variables by @jetexe in #36
  • Add condition example by @jetexe in #38

Full Changelog: v1.4.1...v1.4.2

v1.4.1

19 Jun 20:28
4683764
Compare
Choose a tag to compare

What's Changed

  • Dependencies updated
  • Repository code refactored in #34

Full Changelog: v1.4.0...v1.4.1

v1.4.0

05 Nov 11:12
Compare
Choose a tag to compare

Changed

  • Version of node runtime for action from node16 to node20

v1.3.0

16 Jun 18:29
fe4132a
Compare
Choose a tag to compare

Added

  • post-shell option which allows to override the shell separately for post-run #10 (thanks @hummeltech)

v1.2.1

24 May 13:28
c762f8b
Compare
Choose a tag to compare

Fixed

  • Commands execution output is now streamed to the action output, instead of being buffered and printed at the end of the action #8

v1.2.0

24 May 12:53
84d3909
Compare
Choose a tag to compare

Fixed

  • Fail the action if an error occurs, instead of just logging the error message #7

Added

  • Environment variables interpolation in run and post commands #7
  • Possibility to determine the shell to use for run and post commands #7
  • Possibility to write the multiline commands using \ separator #7

Thanks @tarampampam!

v1.1.0

24 Mar 14:13
2326bf0
Compare
Choose a tag to compare

Added

  • run and post parameters now can be a list of commands

Changed

  • post parameter is required now
  • post command will run even if workflow has errors

Fixed

  • Removed stacktrace from error

v1.0.0

23 Mar 15:49
df62547
Compare
Choose a tag to compare

Added

  • First action release