aurora-is-near / aurora-engine

⚙️ Aurora Engine implements an Ethereum Virtual Machine (EVM) on the NEAR Protocol.
https://doc.aurora.dev/develop/compat/evm
325 stars 78 forks source link

feat(ci): create release builds after pushing tag #783

Closed aleksuss closed 1 year ago

aleksuss commented 1 year ago

Description

The PR modifies the build script for CI. After these changes builds will be created after pushing a new tag.

joshuajbouw commented 1 year ago

Why is this pushing in commits that are already in master .. ?

aleksuss commented 1 year ago

Because I merged the master into this branch. You should just squash them.