Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ecadlabs/taqueria
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weichert committed Jan 31, 2022
2 parents 3ef3f47 + bb52051 commit eaa64db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
const sdk = readInfo("./taqueria-sdk/package.json")
const flextesa = readInfo("./taqueria-plugin-flextesa/package.json")
const git_short_sha = "${{ github.sha }}".substring(1, 8)
const git_short_sha = "${{ github.sha }}".substring(0, 8)
const git_tag = "${{ github.ref }}".split('tags/')[1];
let body = `
Expand Down

0 comments on commit eaa64db

Please sign in to comment.