Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish package for agent #866

Merged
merged 9 commits into from
Sep 27, 2024
Merged

Publish package for agent #866

merged 9 commits into from
Sep 27, 2024

Conversation

RRashmit
Copy link

Proposed changes

With this change a package will be published every time a commit is merged in the v3 branch.

The value of the build number is dynamic which increments each time the workflow is run.

GITHUB_RUN_NUMBER : It's part of the default environment variables that GitHub sets are available to every step in a workflow. A unique number for each run of a particular workflow in a repository. This number begins at 1 for the workflow's first run, and increments with each new run. This number does not change if you re-run the workflow run. For example, 3.

https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING document
  • I have run make install-tools and have attached any dependency changes to this pull request
  • If applicable, I have added tests that prove my fix is effective or that my feature works
  • If applicable, I have checked that any relevant tests pass after adding my changes
  • If applicable, I have updated any relevant documentation (README.md)
  • If applicable, I have tested my cross-platform changes on Ubuntu 22, Redhat 8, SUSE 15 and FreeBSD 13

@RRashmit RRashmit self-assigned this Sep 25, 2024
@RRashmit RRashmit requested a review from a team as a code owner September 25, 2024 09:02
@github-actions github-actions bot added the chore Pull requests for routine tasks label Sep 25, 2024
Copy link
Contributor

github-actions bot commented Sep 25, 2024

✅ All required contributors have signed the F5 CLA for this PR. Thank you!
Posted by the CLA Assistant Lite bot.

@RRashmit
Copy link
Author

I have hereby read the F5 CLA and agree to its terms

@RRashmit RRashmit added the v3.x Issues and Pull Requests related to the major version v3 label Sep 25, 2024
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@RRashmit RRashmit requested review from a team and dhurley September 25, 2024 13:59
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@RRashmit RRashmit requested a review from a team September 27, 2024 12:12
@RRashmit RRashmit merged commit 34c34b2 into v3 Sep 27, 2024
22 checks passed
@RRashmit RRashmit deleted the publish_package branch September 27, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks v3.x Issues and Pull Requests related to the major version v3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants